SQLite Not Working Help

Just starting out? Need help? Post your questions and find answers here.
scurrier
Enthusiast
Enthusiast
Posts: 169
Joined: Sat May 03, 2003 4:10 am

SQLite Not Working Help

Post 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()
Saboteur
Enthusiast
Enthusiast
Posts: 273
Joined: Fri Apr 25, 2003 7:09 pm
Location: (Madrid) Spain
Contact:

Post by Saboteur »

You have to install El_Choni library SQLite in:
http://www.reelmediaproductions.com/cgi ... es&sub=ASM
[:: PB Registered ::]

Win10 Intel core i5-3330 8GB RAM Nvidia GTX 1050Ti
Manolo
User
User
Posts: 75
Joined: Fri Apr 25, 2003 7:06 pm
Location: Spain

Re: SQLite Not Working Help

Post 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
Return to the forum
scurrier
Enthusiast
Enthusiast
Posts: 169
Joined: Sat May 03, 2003 4:10 am

Post by scurrier »

Thanks it works now

Sean
Post Reply