Modify

Opened 10 years ago

Closed 10 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 Changed 10 years ago by Jpm

Please follow ticket advice submission.
How can I debug.

With no more info the ticket will be closed

comment:2 Changed 10 years ago by Jpm

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 Changed 10 years ago by Jpm

  • Resolution set to Fixed
  • Status changed from new to closed

The pb come from a bad naming of the file to download
I fix the webfile and it is OK now

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.