Results 1 to 3 of 3

Thread: conversion of mdf file to excel file

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2009
    Posts
    2

    conversion of mdf file to excel file

    sir, how to convert .mdf file to excel file without using sql server or mysql

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    New Member
    Join Date
    Apr 2009
    Posts
    1

    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
  •  



Click Here to Expand Forum to Full Width