Modify

Opened 17 years ago

Closed 17 years ago

#694 closed Bug (No Bug)

_SQLite_FetchNames

Reported by: psandu.ro@… Owned by:
Milestone: Component: AutoIt
Version: 3.2.13.11 Severity: None
Keywords: Cc:

Description

this file don't run with 3.2.13.11:

..\Examples\Helpfile\_SQLite_FetchNames.au3

Error from Sctite:

C:\Program Files\AutoIt3\Examples\Helpfile\_SQLite_FetchNames.au3 (13) : ==> Subscript used with non-Array variable.:
ConsoleWrite(StringFormat(" %-10s %-10s %-10s %-10s ", $aNames[0], $aNames[1], $aNames[2], $aNames[3]) & @CR)
ConsoleWrite(StringFormat(" %-10s %-10s %-10s %-10s ", $aNames ERROR

and

..\Examples\Helpfile\_SQLite_Query.au3 -> this file return nothing


SQLite


Get Data using a Query : ??? -> nothing


OK


thank you

Attachments (0)

Change History (4)

comment:1 by TicketCleanup, 17 years ago

Milestone: Future Release

Automatic ticket cleanup.

comment:2 by J-Paul Mesnage, 17 years ago

I run the example unser the release and the beta version both give the expected result.
verify the dll you are running with perhaps with

ConsoleWrite("_SQLite_LibVersion=" &_SQLite_LibVersion() & @CR)

comment:3 by psandu.ro, 17 years ago

sorry....

i deleted Sqlite3.dll from ..\Windows\system32 and then all it's ok.

..\Examples\Helpfile\_SQLite_FetchNames.au3 - it's ok now.

thank you

comment:4 by Valik, 17 years ago

Resolution: No Bug
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.