G
Guest
Hi,
How can I get value of a SQL column defined as int.
I try
int myInt = dataReader.GetInt32(0);
I get invalid cast exception and same for
GetInt16...
whats the best way?
Thnx
How can I get value of a SQL column defined as int.
I try
int myInt = dataReader.GetInt32(0);
I get invalid cast exception and same for
GetInt16...
whats the best way?
Thnx