regarding mdf files
-
hi , im not getting how to open mdf,ldf database files .. can any one tell me how to retrieve the database from these files .. thanks ...
Here[^]. The obvious way to retrieve the data is to use Access. That's what created them. If you mean how to get to the data in code, then there's tons of info on the web. We couldn't possibly help more, as you don't say what language you're using, if that's what you mean.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Here[^]. The obvious way to retrieve the data is to use Access. That's what created them. If you mean how to get to the data in code, then there's tons of info on the web. We couldn't possibly help more, as you don't say what language you're using, if that's what you mean.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
I think you mean .mdb files - those are created by Access.
-
hi , im not getting how to open mdf,ldf database files .. can any one tell me how to retrieve the database from these files .. thanks ...
mrsuman wrote:
im not getting how to open mdf,ldf database files ..
These are the SQL Server database (mdf) and log (ldf) files. You can view the objects using SQL Server Management Studio.
-
mrsuman wrote:
im not getting how to open mdf,ldf database files ..
These are the SQL Server database (mdf) and log (ldf) files. You can view the objects using SQL Server Management Studio.
-
Hi , thanks for your reply, i am having one mdf and ldf files , i want to restore the database from these two files . i tried to open with access , but im getting error . if u have any idea please let me explain ..
mrsuman wrote:
thanks for your reply, i am having one mdf and ldf files , i want to restore the database from these two files . i tried to open with access , but im getting error .
Looks like you haven't read my reply... these are SQL Server databases, not Access files