Opening an MDF file

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sandy771
Posts: 194
Joined: Tue 22 May 2007 13:57

Opening an MDF file

Post by sandy771 » Thu 15 Jul 2010 13:24

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?

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Fri 16 Jul 2010 08:40

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.

sandy771
Posts: 194
Joined: Tue 22 May 2007 13:57

Post by sandy771 » Sat 24 Jul 2010 08:53

Ok thanks bork

Post Reply