vb.net 的推荐数据库(如 MDB)类型? [英] Recommended database (such as MDB) type for vb.net?

查看:36
本文介绍了vb.net 的推荐数据库(如 MDB)类型?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在开发一个新的 vb.net 项目,该项目需要一个包含许多不同表的数据库,每个表中可能有数千/数十万条记录.有没有比使用 .mdb 文件更好的选择?使用 mdb 的明显好处是我们也可以使用 Access 轻松查看/编辑.

We're working on a new vb.net project which will need a database with many different tables and possibly thousands / hundreds of thousands of records in each table. Is there a better option than using .mdb files? The obvious benefit of using mdb is we can use Access to view / edit easily as well.

我们只有 vb.net express,所以我认为我们不能使用 SQL Server(反正我也不想)但是对于平面文件数据库,有比 MDB 更好的选择吗?

We only have vb.net express so I don't think we can use SQL server (don't really want to anyways) but is there a better option than MDB for flat file databases?

推荐答案

如果您使用的是 VB.Net Express,那么使用 SQL Server Express 是最佳选择.它比 Access 好得多.要查看数据库,您可以使用 SQL Server 管理控制台 (SSMS) Express,也可以使用 VB.Net 中的数据库.我自己更喜欢 SSMS.希望这会有所帮助.

If you are using VB.Net Express, then using SQL Server Express is the best option. It is much better than Access. To view the database you can either use the SQL Server Management Console (SSMS) Express or you can work with the database from VB.Net. I prefer SSMS myself. Hope this helps.

这篇关于vb.net 的推荐数据库(如 MDB)类型?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆