Advice on ORaacle Data Provider.

R

Ricky A.

What would be the best provider to support the Lobs's (clob in particular)
data type. I'm aware that the OLEDB provider doesn't support the data type.
My choices then are ODP.net provided by Oracle and the Oracle Client
provider by Microsoft. Using a Data Access Layer that uses both an OLEDB and
SQL Client providers. Please advise on the better choice for Oracle 9i
support.


Thanks you.
 
F

Frans Bouma [C# MVP]

Ricky said:
What would be the best provider to support the Lobs's (clob in particular)
data type. I'm aware that the OLEDB provider doesn't support the data type.
My choices then are ODP.net provided by Oracle and the Oracle Client
provider by Microsoft. Using a Data Access Layer that uses both an OLEDB and
SQL Client providers. Please advise on the better choice for Oracle 9i
support.

If you want specific types for CLOB and BLOB types so you can fetch then per
block, you should go for ODP.NET, as ODP.NET has more functionality for that.

Frans.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top