Link to home
Start Free TrialLog in
Avatar of jazzIIIlove
jazzIIIloveFlag for Sweden

asked on

.db file in windows. How to open?

Hi there;

I am trying to open a file, having db extension. I tried out with access2010 with no luck having the error "unrecognized database format".

I also went for command prompt of sqlite 3.0 with the command:
sqlite> attach "path/to/db/file" as db1;
Error: file is encrypted or is not a database

So, what should i do?

Regards.
Avatar of Haresh Nikumbh
Haresh Nikumbh
Flag of India image

you will need to download the SQLite Database Browser.

The SQLite Database Browser can be downloaded from http://sqlitebrowser.sourceforge.net/ . Once you download and extract the software, double click on the executable name SQLite Database Browser. After that follow the steps given below.
SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jazzIIIlove

ASKER

It seems file is not an db file..

What should i do?

Regards.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
It might be an old Paradox file.  If so, import from that file type was dropped in Access 2010, so you will need to somehow convert the data to a file type that can be imported, such as .csv. if possible.  Or, if you have an older version of Access on a computer or in a VM, use that version to import the file into a Access table, and then import it into the Access 2010 database.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks Helen but no avail.

Hi Ray;

It's not plain text.

0000 0232 0000 ....

It's a file like this. No idea how to open.

Regards.
Any updates? I know your comments seem accurate but not working for this particular case..
What to do?

Regards.
Cannot make it work, i gave up.