my sqlite code is slow :(

Bill Marriott wjm at wjm.org
Fri Jun 26 01:35:28 EDT 2009


Does SQLite support multi-line SQL statements via revExecuteSQL? You might 
try assembling the whole operation in a variable,
BEGIN
INSERT
INSERT
INSERT
...
COMMIT

and see how that flies 






More information about the use-livecode mailing list