Hi, I have recently implemented SQlite into my Application which is an Engineering Analysis Software.I have implemented the DB in such a way that, I use the row_id as a primary integer key using this as an identifier for different fields in the table.Most of the fields in the table are VARCHARs.When I query the database,using the function sqlite3_get_table, i get the result in the form of char**. My question is, is it possible in SQlite to retrieve the data stored in the database in the format in which it is stored when the data was inserted in it ? for eg: if I store the data as an Int, will I get it back as an Int, from what i get from the get_table function is a char**.If yes, then will this enhance the speed of querying and how to achieve this,without using sqlite3_get_table ? Regards, Atul. -- View this message in context: http://www.nabble.com/Is-there-a-substitute-for-Sqlite3_get_table---tp24529898p24529898.html Sent from the SQLite mailing list archive at Nabble.com.
_______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users