On Jul 2, 2008, at 11:03 PM, Umaa Krishnan wrote:

> I was wondering if there a way in sqlite, wherein I could validate  
> the SQL statement (for correct grammar, resource name - column name,  
> table name etc), w/o having to do prepare.


You speak as if sqlite3_prepare() were a huge burden - something worth  
avoiding. In practice it is usually very fast. What problem are you  
trying to solve?

No, there is no other way to validate an SQL statement.


D. Richard Hipp
[EMAIL PROTECTED]



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

Reply via email to