Re: [sqlite] Using sqlite3_exec in VB

2008-12-28 Thread Igor Tandetnik
"S Thiyagarajan" wrote in message news:[email protected] >> Facing some issue in using sqlite3_exec in my VB application. If you are trying to directly import SQLite API into VB (with Declare statements), that's not going to work. SQLite functions use cdecl calling con

[sqlite] Using sqlite3_exec in VB

2008-12-28 Thread S Thiyagarajan
Hi, Facing some issue in using sqlite3_exec in my VB application. I have attached a Sample VB Program where the issue could be reproduced. I dont require any 'call back function', so using the sqlie3_exec with 3 parameters. There are 2 scenarios where I get errors. 1.Application crashes. When I