On 7/3/2012 3:26 PM, Richard Hipp wrote:

Igor is correct.

Actually, you can bind on a DDL statement, but bindings are only valid for
the lifetime of the statement itself, not for the whole lifetime of the
object created by the CREATE statement.  So doing such bindings are
pointless.  And you can't really bind to a DROP statement, because there
are no expressions in a DROP statement to bind to.  But these are all
details.  Igor's explanation is simple and to the point.


DROP TABLE ? would've been useful for me. As it is, I just generate the statement on the fly. That's something that gives me the willies, even though I'm fairly certain I have full control of the statement since I'm in SEE.

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

Reply via email to