Hi!
I'm having problems retreiving data from an Oracle where the data type is "long raw".
I have found examples using ADO2.6 but nothing with ADO.NET.
When I run the SQL with the data adapter to fill my dataset, the dataset returns empty,
not throwing any exceptions. The same SQL in any SQL editor returns data.
Any suggestions?
/Mats