开发者

How to interact sql database in vb.net desktop application

开发者 https://www.devze.com 2023-01-01 06:05 出处:网络
I am writing a desktop database application. I want my application to use SQL database. What is the best开发者_如何学Python way to start.You can add a database to your project, e.g. a SQL Compact file

I am writing a desktop database application. I want my application to use SQL database. What is the best开发者_如何学Python way to start.


You can add a database to your project, e.g. a SQL Compact file, or a SQL Server Express file.

But remember: your client needs the drivers, and for the SQL Server Express they need to install the engine.

I would recommend SQL Compact, small, fast, and 99% change you don't need more features than that.

How to start? I would suggest adding that database and then start reading on ADO.NET or the Entity Framework. That should provide you with some brain crunching examples.

Good luck!

0

精彩评论

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