RE: MySQL and cftransaction

2003-07-13 Thread Bud
with MySQL 4 and cftransaction. Thanks again. -Original Message- From: Bud Subject: MySQL and cftransaction Howdy all. Can you use cftransaction with MySQL version 4? Thanks. -- Bud Schneehagen - Tropical Web Creations, Inc

MySQL and cftransaction

2003-07-09 Thread Bud
Howdy all. Can you use cftransaction with MySQL version 4? Thanks. -- Bud Schneehagen - Tropical Web Creations, Inc. _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Web Based Solutions / eCommerce Development Hosting http://www.twcreations.com/ - http://www.cf-ezcart.com/ 954.721.3452 - Toll Free

RE: MySQL and cftransaction

2003-07-09 Thread David Collie (itndac)
I though I read somewhere that MySQL 4 supported transactions... guess looking on the MySQL site would clear it up for ya -Original Message- From: Bud Subject: MySQL and cftransaction Howdy all. Can you use cftransaction with MySQL version 4? Thanks. -- Bud Schneehagen

MySQL and cftransaction

2003-07-09 Thread J T
Yes, but if you want it to work then make sure to use either InnoDB or one of the other transaction safe tables. You will need to configure this manually. There is a good amound of docs on how to do this on www.mysql.com cheers Jordan

MySQL and CFTRANSACTION

2001-09-25 Thread Chad Gray
Thanks for the code Mike. It is working now.. Kinda. Now im getting an error that my database driver does not support CFTRANSACTION Im using MySQL. So i take it i will only be able to use CFTRY and CFCATCH to watch for errors on the SQL statements? Anyone have a work around or more

RE: MySQL and CFTRANSACTION

2001-09-25 Thread Joel Parramore
Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 10:54 AM To: CF-Talk Subject: MySQL and CFTRANSACTION Thanks for the code Mike. It is working now.. Kinda. Now im getting an error that my database driver does not support CFTRANSACTION Im using MySQL

RE: MySQL and CFTRANSACTION

2001-09-25 Thread Billy Cravens
]] Sent: Tuesday, September 25, 2001 9:54 AM To: CF-Talk Subject: MySQL and CFTRANSACTION Thanks for the code Mike. It is working now.. Kinda. Now im getting an error that my database driver does not support CFTRANSACTION Im using MySQL. So i take it i will only be able to use CFTRY

Re: MySQL and CFTRANSACTION

2001-09-25 Thread Matt Robertson
- From: Joel Parramore [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 8:01 AM Subject: RE: MySQL and CFTRANSACTION MySQL hasn't support transactions very well (if at all) in previous versions. Try searching the forums for some hints. Here's one that I found