OleDbDataReader# DotNet - 窗口里的风景
i*p
1 楼
OleDbDataReader objDataReader;
...
objDataReader("categoryID")
They are fine in VB, but when I use these code to C#, the error message says:
CS0118: 'objDataReader' is a 'variable' but is used like a 'method'.
How to use OleDbDataReader rightly in C#?
Thanks!
...
objDataReader("categoryID")
They are fine in VB, but when I use these code to C#, the error message says:
CS0118: 'objDataReader' is a 'variable' but is used like a 'method'.
How to use OleDbDataReader rightly in C#?
Thanks!