BareFeet wrote:
> By contrast (to points 3 and 4), the sqlite3 command line utility
> handles multiple table outputs (with different numbers of columns)
> fine and seems to understand the types of data if using a mode that
> discerns it.

Because it runs these statements one by one using sqlite3_prepare* et 
al.

> Is there any way to get this same functionality?

Yes.

> Is the only way to
> write my own routines using a loop that keeps running
> sqlite3_prepare_v2 and stepping through the rows of each prepare?

The only one I know of.

Igor Tandetnik



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to