使用 ADO.NET 从 SQL Server 获取数据
有没有在 SQL Server 2008 中执行此操作的教程? 你有例子吗?
是否可以在 C# 或其他语言中执行存储过程并获取结果?
Is there any tutorial to do this in SQL Server 2008?
Do you have an example?.
Is it possible to execute a stored procedure and get result in C# or something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一个好的起点是 SqlDataReader 类:
更具体地说: 将参数与 SqlCommand 和存储过程
A good place to start is the SqlDataReader class:
More specifically: Using parameters with a SqlCommand and a Stored Procedure