Modify

Opened 15 years ago

Closed 15 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 Changed 15 years ago by TicketCleanup

  • Milestone Future Release deleted

Automatic ticket cleanup.

comment:2 Changed 15 years ago by Jpm

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 Changed 15 years ago by psandu.ro

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 Changed 15 years ago by Valik

  • Resolution set to No Bug
  • Status changed from new to closed

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.