Sorry , a few things went wrong with Firebird... hope I have not 
messed up the list too much

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


On 05/09/2010 14:50, nanali wrote:
>
>
>
>
>
> ------------------------------------------------------------------------------
> 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
>
>



------------------------------------------------------------------------------
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