Oracle .NET driver / ODP.NET: how to deal with user defined types?

F

Frans Bouma

Hi,

I discovered I can't work with user defined types (like defined in the OE
example schema in Oracle) when I use the .NET 1.1 Oracle .NET provider from
Microsoft. I switched to ODP.NET, also for the LOB support, but can't find
anything about how to deal with user defined types as well. Is this possible
from .NET or should I simply forget to deal with Oracle's user defined types
from .NET for now?

TIA

Frans
 
D

David Browne

Frans Bouma said:
Hi,

I discovered I can't work with user defined types (like defined in the OE
example schema in Oracle) when I use the .NET 1.1 Oracle .NET provider from
Microsoft. I switched to ODP.NET, also for the LOB support, but can't find
anything about how to deal with user defined types as well. Is this possible
from .NET or should I simply forget to deal with Oracle's user defined types
from .NET for now?
For now, yes you cannot use row types or object types directly from .NET.
You can access them through PL/SQL wrappers which use standard scalar types,
PL/SQL Associative arrays, XML types, etc.

David
 
F

Frans Bouma

David Browne said:
For now, yes you cannot use row types or object types directly from
.NET. You can access them through PL/SQL wrappers which use standard
scalar types, PL/SQL Associative arrays, XML types, etc.

Ok thanks :)

FB
 

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