Re: [DOTNET] Transactions and CommandBuilders

2002-04-14 Thread Shawn Wildermuth
ks, Shawn Wildermuth [EMAIL PROTECTED] > -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]] > On Behalf Of Peter Stephens > Sent: Monday, April 15, 2002 12:19 AM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] Transactions and CommandBuilders > &g

Re: [DOTNET] Transactions and CommandBuilders

2002-04-14 Thread Peter Stephens
> Shawn Wildermuth spake: > > That may be true, but it doesn't make any sense. We're talking about > disconnected data. Why would you only want inherit a transaction from > the select? But the built in command builder (via the associated data adapter) requires a select statement to determine

Re: [DOTNET] Transactions and CommandBuilders

2002-04-14 Thread Shawn Wildermuth
Sunday, April 14, 2002 8:29 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] Transactions and CommandBuilders > > > ,- [ Shawn Wildermuth wrote: ] > | My use-case is a multi-table DataSet where I am updating > | the database from the DataSet. Since the tables are > re

Re: [DOTNET] Transactions and CommandBuilders

2002-04-14 Thread N. Sean Timm
,- [ Shawn Wildermuth wrote: ] | My use-case is a multi-table DataSet where I am updating | the database from the DataSet. Since the tables are related, I want a | single transaction to filter through all the updates, though different | DataAdapters (using one DataAdapter per table). `-

Re: [DOTNET] Transactions and CommandBuilders

2002-04-14 Thread Shawn Wildermuth
e how I am wrong. Thanks, Shawn Wildermuth [EMAIL PROTECTED] > -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]] > On Behalf Of Peter Stephens > Sent: Sunday, April 14, 2002 4:44 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] Transactions and C

Re: [DOTNET] Transactions and CommandBuilders

2002-04-14 Thread Peter Stephens
> Shawn Wildermuth spake: > > I just want to confirm this. CommandBuilders and transactions are > incompatible, right? Since the CommandBuilder generates and destroys > Command objects on the fly as needed, I assume there is no way to attach > a transaction to the commands. I want to update a d

[DOTNET] Transactions and CommandBuilders

2002-04-14 Thread Shawn Wildermuth
I just want to confirm this. CommandBuilders and transactions are incompatible, right? Since the CommandBuilder generates and destroys Command objects on the fly as needed, I assume there is no way to attach a transaction to the commands. I want to update a database with standard optimistic con