使用C#创建数据库?
是否可以在按钮的单击事件上在 ac:\ 驱动器上创建访问数据库???
is it possible to create access database on a c:\ drive on the click event of the button ???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,你可以。但这是重复的。
要从 C# 代码创建 Access 数据库,请使用 ADOX:
- 如何使用 ADOX 和 Visual C# .NET 创建 Access 数据库:
[创建 <从 C# 代码使用 SQL Server 数据库 SQL Server 管理对象(SMO)。]
Yes you can. But this is a duplicate.
To create an Access database from C# code use ADOX:
- How to create an Access database by using ADOX and Visual C# .NET:
[To create an SQL Server database from C# code use SQL Server Management Objects (SMO).]
您可以使用办公自动化创建一个新数据库并将其保存到本地驱动器。
或者,如果您有数据库模板,则可以使用该模板并将其复制到本地驱动器。
如果不确切知道您要做什么,就无法给出更有用的答案。
You could use office automation to create a new database and save it to the local drive.
Or if you have a template of a database you could use that and copy it to the local drive.
Without knowing exactly what you are trying to do, a more useful answer can't be given.