CDN Mark <cdn.m...@virgin.net> wrote:
> was wondering if there was a way to have extra text on the end of an sql 
> file, after the COMMIT; ?
> I'd like to combine two functions onto the one file, the text would be read 
> by another programme, but how can I tell SQLite to
> ignore what's after the COMMIT 

I suppose you could surround the extra text with /* and  */. SQLite interprets 
these as comments.
-- 
Igor Tandetnik


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

Reply via email to