Trouble inserting data into an sqlite3 database
#13
I think the problem may be with stepping the statement while binding values. You should first bind all values and then do a single step - move line 8 to line 10.
Here's an "ExecuteStatement()" function that has been tested to work on Windows x64, Linux x86 and RasPi (and is likely to work anywhere):
https://github.com/madmaxoft/GalExport/b...e.lua#L376
Reply
Thanks given by:


Messages In This Thread
RE: Trouble inserting data into an sqlite3 database - by xoft - 01-15-2016, 06:03 AM



Users browsing this thread: 1 Guest(s)