R
ronscottlangham
New feature in ADO.NET 2.0 is the ability to do batch updates using
the DataAdapter UpdateBatchSize property. From what I understand,
enhancements were added to the SQL Server and Oracle Data Providers to
support this. We have the need to support this directly without going
through the DataAdapter. Does anyone know how this is done
internally, or how this same feature can be used without relying on
the DataAdapter?
We are needing this for Oracle. Currently we are using the
System.Data.OracleClient. We may use ODP.NET and its parameter
arrays, which I am thinking is very similar in operation, but
currently our application is relying on ADO.NET
System.Data.OracleClient.
the DataAdapter UpdateBatchSize property. From what I understand,
enhancements were added to the SQL Server and Oracle Data Providers to
support this. We have the need to support this directly without going
through the DataAdapter. Does anyone know how this is done
internally, or how this same feature can be used without relying on
the DataAdapter?
We are needing this for Oracle. Currently we are using the
System.Data.OracleClient. We may use ODP.NET and its parameter
arrays, which I am thinking is very similar in operation, but
currently our application is relying on ADO.NET
System.Data.OracleClient.