开发者

Without installing SQL Server, .net application which inserts data can run on the machine?

Is there any way 开发者_如何学JAVAthat without installing SQL Server on a machine, a .NET application which inserts and updates data can run on the machine?


You could use SQL Compact Edition or SQLite (if you want the data stored locally).

Otherwise, you can connect to a centralised database server.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜