Page 1 of 1

SQLite Not Working Help

Posted: Thu May 22, 2003 8:00 am
by scurrier
When i run a program that usess SQLite i get and error like this
Line 152: SQLITECols is not a funtion, an array, or linked list

what does this mean and how do i fix it

i get the same thing when i try to initSQLite()

Posted: Thu May 22, 2003 8:33 am
by Saboteur
You have to install El_Choni library SQLite in:
http://www.reelmediaproductions.com/cgi ... es&sub=ASM

Re: SQLite Not Working Help

Posted: Thu May 22, 2003 8:34 am
by Manolo
scurrier wrote:When i run a program that usess SQLite i get and error like this
Line 152: SQLITECols is not a funtion, an array, or linked list

what does this mean and how do i fix it

i get the same thing when i try to initSQLite()
Please, post you code example.

Manolo

Posted: Fri May 23, 2003 10:17 am
by scurrier
Thanks it works now

Sean