Script file missing statement \"go\" delimiter on a separate line

Error constant SQLE_SCRIPT_MISSING_DELIMITER
ODBC 2 State ERROR
ODBC 3 State ERROR
Severity 15
SQLCODE –1315
SQLSTATE WW046
Sybase error code 13241
Probable cause

For UltraLite, all non-comment SQL statements in a script file (including the final one) must be followed by "go" on a line by itself. For strings, you can use "\ngo" to end a statement.