Hi All, I am using SQLite version 3.5.4 statically linked in my application. In one of my processes I query a database with numerous (> 1 million) entries using sqlite3_step function and process the rows.
In the process I noticed that the memory grew to enormous proportions that terminated my app with OutOfMemory issue. I thought that only the sqlite3_get_table function was supposed to fetch the rows in the memory, am I wrong or I missed some PRE_PROCESSOR while compiling the static library which resulted in such an issue, Thanks in advance for your help, Regards, Jay _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users