Android Question Viewing and editing sqlite database on a PC

DT1111

Member
Licensed User
Longtime User
Hi Erel

I have exported my sqlite .db to a PC. The .db was created using SQL.Initialize etc and it is working well.

I have downloaded Sqlite programs such as DtSQL and others on my PC but I haven't not been able to open the .db with any of them.

Is this a compatibility issue ie PC vs Android? Or did I use a wrong program?
 

barx

Well-Known Member
Licensed User
Longtime User
I use the SQLite Manager plugin for the Firefox browser, never had a problem.
 
  • Like
Reactions: eps
Upvote 0

mangojack

Expert
Licensed User
Longtime User
another which is a favorite for me ... SQLiteExpert

Cheers mj
 
Upvote 0
Top