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