关于使用DBAccess的问题
我需要使用 dbaccess 将 sql 数据库写入 C# 中的数据集。我不太确定该怎么做。有谁知道任何好的教程或对如何做到这一点有任何建议?如果您需要我提供更多信息,请告诉我。任何帮助表示赞赏。谢谢
I need to use dbaccess to to write a sql database to a dataset in c#. I am not quite sure how to do this. Does anyone know of any good tutorials or have any advice on how to do this? Let me know if you need more info from me. Any help is appreciated. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是近乎规范的示例:
“connectionString”是提供商特定的字符串,它使系统能够连接到您的数据库。如果您不知道这应该是什么,这里是一个很好的起点:Connectionstrings.com。
一旦您准备好进入下一个级别,请查看实体框架或 NHibernate。 HTH。
Here's the nigh-canonical example:
"connectionString" is the provider specific string which enables the system to connection to your database. If you don't know what this should be, here's a good place to start: Connectionstrings.com.
Once you're ready to move to the next level beyond this, look at Entity Framework or NHibernate. HTH.
您可以从以下链接开始:
C# Station ADO.NET
< a href="http://www.java2s.com/Tutorial/CSharp/0560__ADO.Net/Catalog0560__ADO.Net.htm" rel="nofollow">ADO>net c#
MSDN
问候...所有本教程都有帮助并且易于学习..
This ate the link you can start of:
C# Station ADO.NET
ADO>net c#
MSDN
Regards... All this tutorial helps and easy to learn..