jfontestad

Results 3 issues of jfontestad

I am assuming that it is trying to convert the fetched fields into another data-type, rather than the data type per the database. In the code below, paidAmt is of...

I also have the following error: ``` Error in clrCall(sqlDataHelper, "Fetch", stride) : Type: System.ArgumentException Message: Cannot widen from source type to target type either because the source type is...

``` dbHasCompleted(res) Error in clrNew("rsqlserver.net.SqlDataHelper", res) : Type: System.InvalidOperationException Message: Invalid attempt to call FieldCount when reader is closed. Method: Int32 get_FieldCount() Stack trace: at System.Data.SqlClient.SqlDataReader.get_FieldCount() at rsqlserver.net.SqlDataHelper..ctor(SqlDataReader reader) in...