J
John G
I have a query that returns a datatable in C# from Oracle. I have
done everything to make sure the queries column is a integer, but for
some reason in the datatable, it is listing it as a decimal.
I tried:
1) using cast in the oracle query
2) Create the column before filling the query to datatype Int32
done everything to make sure the queries column is a integer, but for
some reason in the datatable, it is listing it as a decimal.
I tried:
1) using cast in the oracle query
2) Create the column before filling the query to datatype Int32