RE: CFTransactions and SQL Transactions?

2002-03-13 Thread Bill Grover
L 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

RE: CFTransactions and SQL Transactions?

2002-03-12 Thread Justin Greene
mailto:[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)

RE: CFTransactions and SQL Transactions?

2002-03-12 Thread Shawn Grover
n that I'll see lots 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 awaitin

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 and am just try