M
MattB
Hello,
If this exists
http://msdn.microsoft.com/library/d...tasqlclientsqldatareaderclassgetchartopic.asp
Why doesn't it show in intellisense in VS.NET 1.1 and throw errors.
I have a stored procedure returning a char(1) datatype....
How should I pull this datafield from my DataReader, I know I could
use
dr.GetSqlString(i) but shouldn't there be something for a char or
fixed length?
Thanks,
Matt
If this exists
http://msdn.microsoft.com/library/d...tasqlclientsqldatareaderclassgetchartopic.asp
Why doesn't it show in intellisense in VS.NET 1.1 and throw errors.
I have a stored procedure returning a char(1) datatype....
How should I pull this datafield from my DataReader, I know I could
use
dr.GetSqlString(i) but shouldn't there be something for a char or
fixed length?
Thanks,
Matt