CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 ASP + BeginTrans

Print topic Send  topic

Author Message
paulolg

Posts: 7
Posted: 03/06/2009, 11:09 AM

Hi,
I try to do this:

set conn = new clsDBConnection
conn.open

conn.BeginTrans but send me this error

Object doesn't support this property or method

how can i do this???

Thanks!!!
View profile  Send private message
phaider

Posts: 37
Posted: 03/15/2009, 3:54 PM

Hi paulolg,

you have to write

set conn = new clsDBConnection
conn.open
conn.connection.begintrans
...
...
'your code
...
...
if errorcondition then _
conn.connection.rollbacktrans

Regards
Peter
View profile  Send private message
paulolg

Posts: 7
Posted: 03/23/2009, 2:30 PM

Thanks!!
it works fine

regards
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.