简体   繁体   中英

Using database without SQL Server instance (C#)

I'm creating an application with C# using SQL Server. I would like to know if it's possible to run the app on a computer which has no SQL Server. My database extension is .mdf

Using a .mdf file on PC without installing SQL Server or SQL Server Express is not possible. LocalDB version also requires LocalDB deployment.

However, you can use .sdf file but it does not support stored procedures. For this, you need to supply necessary dll files in the app folder.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM