On 7/24/07, Ahmed Sulaiman <[EMAIL PROTECTED]> wrote:
I wonder if there any SQL commands that are not supported by SQLite. I am trying to read an entire DDL script file as a string and pass it as one SQL command to SQLite. The same script worked fine in Firebird batch execution. But with SQLite I get an SQLite exception:{"SQLite error\r\nnear \"DOMAIN\": syntax error"}
DOMAINs are not supported. http://sqlite.org/lang.html http://sqlite.org/omitted.html ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

