Support of DbDataAdapter.Update Method

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
richardho
Posts: 8
Joined: Fri 30 Jan 2015 04:26

Support of DbDataAdapter.Update Method

Post by richardho » Fri 30 Jan 2015 04:38

Dear Sir/Madam,

I am currently using DbDataAdapter.Update Method to post any changes of a DataTable to the MSSQL Database.

I am planning to use dotConnect Universal Professional to post the changes of DataTable to Oracle Server. Does dotConnect Universal still provide the support of DataAdapter.Update method for both MSSQL and Oracle databases update?

Thank you in advance!
Richard Ho

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Support of DbDataAdapter.Update Method

Post by Pinturiccio » Fri 30 Jan 2015 16:17

dotConenct Universal is an ADO.NET provider with its own classes, such as UniConnection, UniCommand, UniDataAdapter, etc. You can work with both SQL Server and Oracle databases. UniAdapter class works in the same way as the SqlDataAdapter class of the SqlClient data provider. For more information, please refer to:
http://www.devart.com/dotconnect/univer ... apter.html
http://www.devart.com/dotconnect/univer ... lient.html
http://www.devart.com/dotconnect/univer ... irect.html

richardho
Posts: 8
Joined: Fri 30 Jan 2015 04:26

Re: Support of DbDataAdapter.Update Method

Post by richardho » Fri 30 Jan 2015 16:23

Thank you for the prompt reply! I got it.

Post Reply