RE: CFTransactions and SQL Transactions?

2002-03-13 Thread Bill Grover
:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 11:58 AM To: CF-Talk Subject: RE: CFTransactions and SQL Transactions? In my experience, this would be better done in a single stored procedure call (which would then call any other required stored procs). SQL Server supports nested

RE: CFTransactions and SQL Transactions?

2002-03-12 Thread Bill Grover
Shawn, I don't have an answer but am anxiously awaiting one. I have a case where in order to get some records into our SQL database I execute a SP to enter a blank record and then call several SP's to update different fields in the record with values. I need to wrap this in a cftransaction

RE: CFTransactions and SQL Transactions?

2002-03-12 Thread Shawn Grover
on this from the list. Shawn Grover -Original Message- From: Bill Grover [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 5:48 AM To: CF-Talk Subject: RE: CFTransactions and SQL Transactions? Shawn, I don't have an answer but am anxiously awaiting one. I have a case where

RE: CFTransactions and SQL Transactions?

2002-03-12 Thread Justin Greene
:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 11:58 AM To: CF-Talk Subject: RE: CFTransactions and SQL Transactions? In my experience, this would be better done in a single stored procedure call (which would then call any other required stored procs). SQL Server supports nested