-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

J Jayavasanthan wrote:
> Does anyone know how sqlite3_get_table works in the above scenario, does it
> load up the memory as such.

It is written pretty much as you would expect by aggregating the results
of a call to sqlite3_exec.  sqlite3_exec does a prepare, step for each
row and then a finalize which is exactly what your code should be doing.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkk6+0gACgkQmOOfHg372QTmTQCcDdXRts64cq+as+Me9SUqdilu
rXcAoK0bY4KFbCpb5ourYUBol38z4DxI
=ruRL
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to