Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i make a program that has sdf database. but my problem in sdf have many limitation. so i will like to use mdf database file to become storage but my problem is my client didnt want me to install here pc with sql. Is there are dll or any method that can access the mdf even without a sql?
Posted
Comments
PIEBALDconsult 7-Jan-16 20:52pm    
No.
And see this from yesterday:
http://www.codeproject.com/Questions/1069517/Connecting-to-sql-server-database-mdf-file-without?cmt=836061#cmt2_1069517
Member 12231063 7-Jan-16 21:01pm    
i currently using the sql compact but it is very slow and have many limitation
Dave Kreskowiak 7-Jan-16 22:29pm    
Then use SQL Server Express or LocalDB.

You do NOT have the option of not using an SQL Server. Period.
TenmanS14 11-Jan-16 4:20am    
could use mySQL, or PostgreSQL... mySQL works well in windows if you can't host the DB on an alternate OS...
Dave Kreskowiak 11-Jan-16 8:55am    
In all cases you still need the database server, what you've just described, and this is what the OP wants to avoid, which he can't.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900