Re: [sqlite] Re: sqlite3_get_table question

2007-11-23 Thread Martin Pelletier
Igor Tandetnik wrote: Martin Pelletier wrote: Is there a similar function that would place the result of a query in memory just like SQL3_get_table but their stored type (integer, float, etc), with perhaps a header to indicate what type the data should be read as? With SQLite's manifest

[sqlite] Re: sqlite3_get_table question

2007-11-23 Thread Igor Tandetnik
Martin Pelletier wrote: I am using an SQLite to host data for various projects, some of which take up significant place with some large monolithic tables (around 750 MB). Querying goes through the DLL using a call to SQLite3_get_table. The function allocates memory space to record the table