Page 1 of 1

Opening an MDF file

Posted: Thu 15 Jul 2010 13:24
by sandy771
I may need to look at a few MS sql databases, all I will get is the *.MDF file. Can these be opened and browsed using UniDac?

Posted: Fri 16 Jul 2010 08:40
by bork
Hello

No, you cannot. Some databases (for example: SQLite, MS Access, InterBase/Firebird) allow to open standalone data files and provide DLL for it. But some databases don't allow do it (for example: MS SQL Server, Oracle, PostgreSQL) and their data file can be open by a database server only.

Posted: Sat 24 Jul 2010 08:53
by sandy771
Ok thanks bork