Hi Guys, I am using sqlite 3.0.8 on LInux. When I execute the following sql using 'sqlite3_get_table' api, I am getting 'internal SQLite implementation flaw' error. This used to work fine earlier.
select * from users where usrid='admin' and passwd='admin' Any ideas?? Same is working fine in 'sqlite3' command line utility. Thanks & Regards: JS

