Android Question Transfered SQl file: unable to open

Kintara

Member
Licensed User
Longtime User
I am using the FTP library to transfer a SQL database over WiFi to a PC server.
When the file arrives I am able to open it on the PC in 'SQLite Database Browser' but I am unable to see any of the tables or records.
I transfer with
FTP.UploadFile(FIle.DirDefaultExternal,"OfficeRecords.db",False,"OfficeTransfer.db")

The data base will only have a few records of 255 fields (one a blob) and is usually around 500Kb.

Can anyone suggest why I cannot even see the Database structure in the transfered file?

p.s. I have also tried to close the database file before copying
Main.SQL.OfficeFile.close
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…