Re: ConnectionPooling and the new parameter_collection.cs
Posted by: Matt
Date: December 07, 2006 07:08PM

Now it's happening to me again.:
Item has already been added. Key in dictionary: '?p2' Key being added: '?p2'

Using an adapter and command builder, the first time I update, there is no problem. However, sometimes an update will work the second time, but usually doesn't, when updating more than one row at a time.

I will try going back to connector/net 5.0.1 or 1.0.8 tomorrow, when I have more time.

CB.RefreshSchema()
Dim Changes As New DataTable
Changes = Data_Table.GetChanges
Adapter.Update(Changes)
Data_Table.AcceptChanges()
Data_Table.Clear()
Adapter.Fill(Data_Table)


-Matt
Connector/Net 5.0.2
MySql 5.0.22
Windows XP Pro Client/Server

Options: ReplyQuote


Subject
Written By
Posted
Re: ConnectionPooling and the new parameter_collection.cs
December 07, 2006 07:08PM


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.