Hello,
 
I have created some wrappers to call the sqlite3.dll.  I just wanted to
make sure that I have all the wrappers I need to use sqlite.  It is
working, I just wanted to make sure that I am making all the calls in
the correct order.
 
To Open:
sqlite3_open
 
To Execute:
sqlite3_prepare
sqlite3_column_count
sqlite3_column_name (if set to return column names)
sqlite3_step
sqlite3_column_text
sqlite3_reset
sqlite3_finalize
 
To Close:
sqlite3_close
 
For Errors:
sqlite3_errmsg
 
 
 
Nathan Biggs
Computerway Food Systems
(336) 841-7289
 

Reply via email to