>From what I think I have learned so far, if I call sqlite3_exec() giving
it a call back function and a select * from tbl, I do not have any
direct access to the column values other that the text representation in
the values char array from within the callback()?

 

This leads me to the question, how is the data actually stored in the
file?  

Or

If I use a sqlite3_prepare_v2() and sqlite3_step() and int myvar =
sqlite3_column_int(), am I getting a converted text string?

 

Thanks, I am still trying to get my arms around SQLite.

Tom

 

Reply via email to