Arca Database (with password) from Director to LiveCode SQLite

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
booee
Posts: 41
Joined: Fri Mar 27, 2015 9:48 pm

Arca Database (with password) from Director to LiveCode SQLite

Post by booee » Thu Dec 12, 2019 5:03 pm

This is a long shot, but I thought I'd give it a stab anyway...

I built an application in Adobe Director, and the user's files were saved in an SQLite database file.
It used an Xtra called "Arca Database" in the Director App, and you could password protect the files (which I did).

I was hoping to build a viewer for these files in Livecode, however, as I mentioned there is a password associated with them (that I created and I know the password). Unfortunately, in the SQLite for Livecode, there doesn't appear to be an option to open an SQLite database with an associated password.

I'm curious if anybody else has dealt with (and/or found a discover for) opening up encrypted or password-protected SQLite database files in Livecode.

Thanks so much for any insights!

Klaus
Posts: 13793
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Arca Database (with password) from Director to LiveCode SQLite

Post by Klaus » Thu Dec 12, 2019 5:09 pm

Hi booee,

maybe this will help?
https://github.com/sqlitebrowser/sqlite ... -Databases

Best

Klaus

Post Reply

Return to “Databases”