Jayson Tamayo
Jayson Tamayo

Reputation: 2811

SQLite database raw file

When I pulled my database file from the emulator through DDMS, the pulled file has no extension(.db nor .sql*). It's just a FILE. Any idea?

Upvotes: 0

Views: 964

Answers (2)

Piyush
Piyush

Reputation: 3071

@jaysonatic you when you pull database file from ddms at that time you give file extension like

FILE.sqlite or FILE.sql

then its should be open..

Upvotes: 0

Nikolay Elenkov
Nikolay Elenkov

Reputation: 52956

What exactly is the problem? Try to open it with sqlite3, if it works, the file is complete. You can rename it to anything you want.

Upvotes: 2

Related Questions