air-sqlite icon indicating copy to clipboard operation
air-sqlite copied to clipboard

DBCopier issue

Open jgrasmeder opened this issue 13 years ago • 0 comments

When I run DBCopier with a sourceDB that doesn't have a password I can create a copy with a password that is readable from ActionScript and from Lita. When I try and go the other direction starting with an Encrypted database and create a non encrypted database the _conn.attach("src", _srcFile, null, _sourceEncryptionKey); returns an "Error #3138: File opened is not a database file." message. I know it is a database file because Lita can read it and the DBCopier.as created it.

I am using FB 4.0.1 and the air-sqlite project was pulled from github yesterday.

jgrasmeder avatar Aug 16 '12 20:08 jgrasmeder