View Single Post
  #2   (View Single Post)  
Old 8th May 2009
DNAeon DNAeon is offline
Shell Scout
 
Join Date: Sep 2008
Location: Bulgaria
Posts: 138
Default

Hi,

I've just looked over the code quickly, but what I see is missing are the arguments to the "callback" function..

Code:
rc = sqlite3_exec(db, argv[2], callback, 0, &zErrMsg);
What are the errors that gcc is reporting?

P.S.: Please use the code tag - it makes it much more easier to review your code
__________________
"I never think of the future. It comes soon enough." - A.E

Useful links: FreeBSD Handbook | FreeBSD Developer's Handbook | The Porter's Handbook | PF User's Guide | unix-heaven.org
Reply With Quote