Modify ↓
Opened 12 years ago
Closed 12 years ago
#2523 closed Bug (Fixed)
SQlite Doesn't Work
| Reported by: | nullschritt | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.9.22 | Severity: | None |
| Keywords: | sqlite database | Cc: |
Description
SQLite simply doesnt store or return any data with this beta.
Attachments (0)
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Just a guess without your info
You don't have a SQLite.dll under @SystemDir, @WindowsDir, @ScriptDir or @WorkingDir
If you want to have a downloaded one from www.autoitscript.com you need to use
#include <SQLite.au3>
#include <SQLite.dll.au3>
Local $sDll = _SQLite_Startup("", False, -1) ; to force download if needed
ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $sDll = ' & $sDll & @CRLF & '>Error code: ' & @error & ' Extended code: ' & @extended & ' (0x' & Hex(@extended) & ')' & @CRLF) ;### Debug Console
comment:3 by , 12 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
The pb come from a bad naming of the file to download
I fix the webfile and it is OK now
Note:
See TracTickets
for help on using tickets.

Please follow ticket advice submission.
How can I debug.
With no more info the ticket will be closed