You can execute any single line sql command using revDBExecute() or it's command version revExecuteSQL. Also, there may be command line or teminal commands to do so. Use these commands when you want to execute an SQL statement but do not need to return a cursor.
Use LOAD DATA INFILE in your sql statement. Google for specifics. Bob S > On May 31, 2019, at 17:37 , Glen Bojsza via use-livecode > <[email protected]> wrote: > > Hello, > > I know LC can script SQLite database inserts but can you script an SQLite > csv file import? > > thanks, > > Glen _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
