I don't know what exactly you are doing (some code will be helpful) but if
you want to manage your own transaction you can do something like this:

<cfquery name="name" datasource="dtsource_name">
    begin tran
        insert here sql statements that you need to be part of the
transaction
    commit tran
 </cfquery>

Marius Milosav
www.scorpiosoft.com
It's not about technology, it's about people.
Virtual Help Desk Demo (VHD)
www.scorpiosoft.com/vhd/login.cfm


----- Original Message -----
From: "Vani Kolli" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, January 15, 2001 4:02 PM
Subject: RE: cftransaction...


> but it gives me an error if i use it in cf4.0
>
> Vani
>
> -----Original Message-----
> From: Kiran Samudrala [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 15, 2001 10:25 AM
> To: CF-Talk
> Subject: RE: cftransaction...
>
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> action should either be "BEGIN" or "COMMIT" or "ROLLBACK"
>
> - -----Original Message-----
> From: Vani Kolli [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 15, 2001 7:43 AM
> To: CF-Talk
> Subject: cftransaction...
>
>
> Can I use cftransaction tag in 4.0 with action as an option.????
>
> Vani
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to