Hello everyone,

                I'm in the process of writing some C++ wrappers to
SQLite in order to shoehorn it into some legacy code.  I'm curious if
there is any performance impact to having several prepared statements
active at any given time.  I was thinking about using a prepared
statement per instance of a Query class.  Also, what is the lifetime of
the text received by sqlite3_column_text?

 

-Shaun

 

Shaun Seckman

Firaxis Games
Programmer

 

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

Reply via email to