Search found 1 match

by aotte
Sun Sep 06, 2009 7:00 pm
Forum: Databases
Topic: Use a .sql to insert data into SQLite
Replies: 7
Views: 9285

I'm new to both Revolution and SQLite and still getting my bearings before I start any serious work, but for what it is worth: Keep in mind that SQLite takes each insert as a full transaction (See http://www.sqlite.org/faq.html#q19 for more details). I think you could combine the inserts into one sc...