C
Chuck Vance
Hello ng,
I try to read a BLOB (HugeBlob) field from oracle 10g database.
(dotnet-framework 1.1, 2.0)
1.) I have no chances to install / register third party DLLs because I don't have local admin rights.
2.) When using "System.Data.OracleClient" the Connection fires the exception "Oracle client software version 8.1.7 or greater
needed" when its trying to open.
So using OleDB seems to be the only choice. "Provider=MSDAORA;..."
I can access all "nornal" fields/columns. Only the BLOB causes the exception:
"The datatype is not supported." (translated)
How can I access the BLOB?
Thanx in advance.
I try to read a BLOB (HugeBlob) field from oracle 10g database.
(dotnet-framework 1.1, 2.0)
1.) I have no chances to install / register third party DLLs because I don't have local admin rights.
2.) When using "System.Data.OracleClient" the Connection fires the exception "Oracle client software version 8.1.7 or greater
needed" when its trying to open.
So using OleDB seems to be the only choice. "Provider=MSDAORA;..."
I can access all "nornal" fields/columns. Only the BLOB causes the exception:
"The datatype is not supported." (translated)
How can I access the BLOB?
Thanx in advance.