DataAdapter 是将数据插入 SQL Server 数据库的可靠方法吗

发布于 2024-08-18 22:37:36 字数 177 浏览 5 评论 0原文

昨天我的同事告诉我,使用数据适配器向sql server数据库插入数据并不可靠,因为它不能保证数据正确插入。他还告诉我,如果数据插入不成功,它不会显示任何类型的错误消息。

我真的很困惑。我认为微软发明了 ado.net,以便可以将数据插入数据库而不会产生任何额外的危险。

你们觉得怎么样?数据适配器不可靠吗?

Yesterday My colleague told me that using data adapter to insert data into an sql server database is not reliable, because it does not guarantee that data are inserted properly. He also told me that if the data insertion is unsuccessful, it does not show any kind of error message.

I am really confused. I thought microsoft invented ado.net so that data can be inserted into the database without any extra hazard.

What do you guys think? Is data adapter unreliable?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

任谁 2024-08-25 22:37:36

DataAdapter 与直接使用 SqlCommand 一样可靠(即:足够可靠)。

它可能不是最奇特的方法,但它的存在时间大约与 .NET 本身一样长,并且被很多应用程序使用。

A DataAdapter is just as reliable as using a SqlCommand directly (ie: reliable enough).

It may not be the fanciest way to do this but it has been around for about as long as .NET itself and it is used by very many applications.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文