Working with MDF file
-
Hi Anyone please tell me that we can work only with Database.MDF file without sql server in asp.net 2.0. if it is possible please tell me the details... Regards RPL
r_palanivel83 10:01 4 Jan '06
-
Hi Anyone please tell me that we can work only with Database.MDF file without sql server in asp.net 2.0. if it is possible please tell me the details... Regards RPL
r_palanivel83 10:01 4 Jan '06
r_palanivel83 wrote:
Anyone please tell me that we can work only with Database.MDF file without sql server in asp.net 2.0.
I wouldn't think so. SQL Server is not a file based database - although SQL Server 2005 Express edition does blur that distinction a little. When you access a SQL Server database you access the SQL Server, not the file. Only SQL Server can access the file directly - everything else must go through the server.
Upcoming Scottish Developers events: * We are starting a series of events in Glasgow in 2007. Are you interested in a particular subject, or as a speaker? * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog | Photos
-
Hi Anyone please tell me that we can work only with Database.MDF file without sql server in asp.net 2.0. if it is possible please tell me the details... Regards RPL
r_palanivel83 10:01 4 Jan '06
r_palanivel83 wrote:
Anyone please tell me that we can work only with Database.MDF file without sql server in asp.net 2.0. if it is possible please tell me the details...
Nope. You have to have SQL Server/SQL Server 2005 Express if you want to work with .mdf files. If you want to work with a file based database, then Access would be the way to go. You may want to look at Firebird SQL.
You will see a delete button on each of your posts. Press it. - Colin Angus Mackay