SQLite file access

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

SQLite file access

Post by MaxV » Tue Mar 04, 2014 3:17 pm

Hi,
I noted that when livecode is connected to a SQLITE database, Livecode can't read the file where is the database.
I noted this since I could not backup my db.sqlite file.
So if you need to backup or copy your sqlite file, you have to do this before the connection or interrupt the connection using:

Code: Select all

revCloseDatabase databaseID
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply

Return to “Databases”