Development With A Dot

Blog on development in general, and specifically on .NET

Browse by Tags

All Tags » ODP.NET (RSS)
ODP.NET Associative Arrays
Through ODP.NET you can use Oracle's Associative Array feature. Unfortunately, there is a limitation: you cannot have associative arrays with an index type other that number. If you have this stored procedure: PACKAGE MyPackage AS TYPE AssocArrayVarchar2_t...
More Posts