Re: ConnectionPooling and the new parameter_collection.cs
Posted by: Matt
Date: December 06, 2006 11:21AM

Try adding ConflictOption.OverwriteChanges:

...
CB = New MySqlCommandBuilder(Adapter)
CB.ConflictOption = ConflictOption.OverwriteChanges

Adapter.Fill(Data_Table)
...

Options: ReplyQuote


Subject
Written By
Posted
Re: ConnectionPooling and the new parameter_collection.cs
December 06, 2006 11:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.