oracle / dotnet-db-samples

.NET code samples for Oracle database developers #OracleDotNet
http://otn.oracle.com/dotnet
MIT License
408 stars 190 forks source link

Sample with ArrayBind should avoid using square exemple to avoid columns/rows confusion #368

Open rferraton opened 3 months ago

rferraton commented 3 months ago

It would be great to change the example to avoid using square exemple to avoid columns/rows confusion.

Using 5 elements arrays for each 3 columns in this exemple instead of 3 elements arrays would be better

https://github.com/oracle/dotnet-db-samples/blob/95b7321c6510d07884a5160f2c81b4fc79977ec2/samples/array-bind/ArrayBind.cs#L32