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 -> Java

 setAutoCommit

Print topic Send  topic

Author Message
Cristian Perez
Posted: 08/11/2005, 7:15 AM

how can i set the AutoCommit off in the connection used by CodeCharge Studio(i use oracle and jsp)?

Thanks you
newbie
Posted: 09/19/2005, 12:07 PM

Did you find an answer to your question? Please let me know, I am trying to do the same thing.
Richard Brown
Posted: 10/21/2005, 1:05 AM

You need to get the normal JDBC conection object from codecharge:-

DBConnectionManager DBM;
Connection cn = null;

DBM = DBConnectionManager.getInstance();
cn = DBM.getConnection("connection1");
cn.setAutoCommit(false);

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.

MS Access to Web

Convert MS Access to Web.
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.