Hi, due to the fact that we have database concurrency problems /(in a 
single user test environment)/ we try to eliminate potential errors.
We are using VS2008 and typed datasets. Instead of the default Fill we 
are using Retrieve.. nothing special just + WHERE deleted = 0 // to 
implement do/undo

So Q #1 : Do you use MissingSchemaAction.AddWithKey ?

XXXTableAdapter.Adapter.MissingSchemaAction=MissingSchemaAction.AddWithKey

Q #2 : Do I have set connection pooling explicitly ?

In case that you have any ideas/experience what can cause this 
concurrency errors, your feedback is more than welcome.

Our current "work around" ;
XXXTableAdapter.Adapter.ContinueUpdateOnError = true

should not be the only solution.

Desperately awaiting your feedback
Bjoern




------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to