|
-
Apr 12th, 2009, 02:17 AM
#1
Thread Starter
New Member
conversion of mdf file to excel file
sir, how to convert .mdf file to excel file without using sql server or mysql
-
Apr 14th, 2009, 11:34 PM
#2
Re: conversion of mdf file to excel file
There's no actual "conversion". You need SQL Server installed to read the data from the MDF file and then you need Excel installed to write the data to the XLS/XLSX file. One of the points of server-based databases is that you don't read the data yourself. You send requests to the server and it does the work. If you have no server installed then you can't read MDF files. You could install SQL Server Express, which is free.
-
Apr 25th, 2009, 12:50 AM
#3
New Member
Re: conversion of mdf file to excel file
How can i convert .mdf to excel any source code
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|