输入字符串的格式不正确/DataTable.Select 方法
您好,当我尝试使用 DataTable.Select 获取列值时,我遇到了问题。实际上它是 C# 中的工作文件,我已使用转换器对其进行了转换。
我正在使用 .NET 1.1 / VS 2003...输入字符串的格式不正确。
Dim drs As DataRow() = dtResults.[Select]("ISSD" + i + " =" + issd + " AND BiPad=" + bipad)
Hi I have a problem, when I am trying to use DataTable.Select to get column values.. Actually it is working file in C# which I have converted using Converters.
I am using .NET 1.1 / VS 2003...input string was not in correct format..
Dim drs As DataRow() = dtResults.[Select]("ISSD" + i + " =" + issd + " AND BiPad=" + bipad)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜测了一下,因为我不知道 dataType bipad 是什么(而且我大约 6 年没有做过 VB.NET...)
I'm guessing a little because I don't know what dataType bipad is (and I haven't done VB.NET in about 6 years...)