P
Peter Stojkovic
Using VS.2003 and ODBC
I make a SELECT count(*) from table1.
with ExecuteSQLSelect
This must return always !!! a number-value .
But if I try to read from the datareader with GetInt32 a get always a
inValid cast operation exception .
Only Getstring(0) works fine.
Is there any solution for this behavior ???
Thanks for any help
Peter
I make a SELECT count(*) from table1.
with ExecuteSQLSelect
This must return always !!! a number-value .
But if I try to read from the datareader with GetInt32 a get always a
inValid cast operation exception .
Only Getstring(0) works fine.
Is there any solution for this behavior ???
Thanks for any help
Peter