0

我们想在 Visual Studio 中处于调试模式时从“answer”中读取值,而不是使用 getValues 函数获取它们,仅用于调试。

局部变量部分中是否显示了任何属性,我们可以在其中看到值?

Dim conex As Odbc.OdbcConnection
query = "SELECT one,two,three,four FROM table"

Dim com As New Odbc.OdbcCommand(query, conex)
answer = com.ExecuteReader

While answer.Read
 ...
End While

一些示例图像: 代码 调试变量、局部变量部分

4

0 回答 0