G
Guest
Hey
I have following "problem".
int id = (int)SQlHelper.ExecuteScala(...) - it returns object ( which is int )
I get invalid cast.
Convert.ToInt32(...) works ok. Why ?
Jarod
I have following "problem".
int id = (int)SQlHelper.ExecuteScala(...) - it returns object ( which is int )
I get invalid cast.
Convert.ToInt32(...) works ok. Why ?
Jarod