Re: asp.net using oracle collection types
- From: "Frans Bouma [C# MVP]" <perseus.usenetNOSPAM@xxxxxxxxx>
- Date: Wed, 13 Apr 2005 09:31:18 +0200
efinney wrote:
Hi,
Does anyone have an example using asp.net with an oracle database
specifically calling stored procedures that return collection types of a
user defined type or simple data type? What driver did you use? What hurdles did you have to over come?
We are an oracle shop and just started writing .net/asp.net apps. I have
searched the oracle technet site and found lots of sample code for .net such as getting ref cursors back from a procedure but not collection types. I think the .net developers are using some third party driver called "corlab" or something to that affect.
UDT's are currently not supported in any .NET driver for Oracle. The reason for this is that they're often written in Java, and the type itself isn't usable in .NET.
FB
-- ------------------------------------------------------------------------ Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com My .NET blog: http://weblogs.asp.net/fbouma Microsoft MVP (C#) ------------------------------------------------------------------------ .
- References:
- asp.net using oracle collection types
- From: efinney
- asp.net using oracle collection types
- Prev by Date: RE: Filling multiple tables
- Next by Date: repost: Registering Provider
- Previous by thread: asp.net using oracle collection types
- Next by thread: Filling multiple tables
- Index(es):
Relevant Pages
|