G
Guest
Hi there,
I just set up my VStudio 2003 and tried to run a test of reading a character
from database by using SqlDataReader.GetChar, but it failed. I got the
following error message
-----------------------------------------------------------------------------------------------
An unhandled exception of type 'System.NotSupportedException' occurred in
system.data.dll
Additional information: Specified method is not supported.
-----------------------------------------------------------------------------------------------
The real value in the table is 'N'.
Any one knows what happened? I am new to .Net. Is my system.data.dll too old?
I checked the dll file located at
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 and its version is 1.1.4322.2032.
Thanks for your help.
Daniel Huang
I just set up my VStudio 2003 and tried to run a test of reading a character
from database by using SqlDataReader.GetChar, but it failed. I got the
following error message
-----------------------------------------------------------------------------------------------
An unhandled exception of type 'System.NotSupportedException' occurred in
system.data.dll
Additional information: Specified method is not supported.
-----------------------------------------------------------------------------------------------
The real value in the table is 'N'.
Any one knows what happened? I am new to .Net. Is my system.data.dll too old?
I checked the dll file located at
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 and its version is 1.1.4322.2032.
Thanks for your help.
Daniel Huang