P
Paul [Paradise Solutions]
Hey all
I know the above subjects have all been covered one way or another, but
not always all together and fewer still that answer the question.
Usual situation - one *SQLCE* database two tables requiring updates,
implimenting a 'save as you go' entry system.
One main question is that in some posts I've read about using multiple
update queries with the DataAdapter.Update method, but as SQLCE doesn't
allow batched commands I couldn't see how this could be done.
I was also thwarted when trying to use two DataAdapters when I realised
that the first Adapter locks the database.
Using one Adapter and populating two datatables is easy enough, but then
you're back to how to get the database to update if there's inly one
command behind the update and insert commands of the update method.
Any input apprieciated.
Paul
I know the above subjects have all been covered one way or another, but
not always all together and fewer still that answer the question.
Usual situation - one *SQLCE* database two tables requiring updates,
implimenting a 'save as you go' entry system.
One main question is that in some posts I've read about using multiple
update queries with the DataAdapter.Update method, but as SQLCE doesn't
allow batched commands I couldn't see how this could be done.
I was also thwarted when trying to use two DataAdapters when I realised
that the first Adapter locks the database.
Using one Adapter and populating two datatables is easy enough, but then
you're back to how to get the database to update if there's inly one
command behind the update and insert commands of the update method.
Any input apprieciated.
Paul