2

I have copied the db file of my android app to my desktop pc. There are some windows applications that read the content of SQLite files like "SQLite Database Browser". Now I want to read the content of db files in my own windows application using C# or C++ languages similarly. How can I do that?

Thanks in advance,

1
  • No need to add the android tag. this is not android specific question. Android SQLite database is just ordinary SQLite database. I am removing the tag. Commented Feb 16, 2012 at 7:55

1 Answer 1

3

All you need to access your SQLite database in C# should be in the answers there:

What is the best way to connect and use a sqlite database from C#

And the question also mentions the library for C++ (sqlite.h)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.