Advertisement

1 - 10 of 25 containing alltags:("autocommit") (0 seconds)
Dear Experts,              Can you list me all transactions and sessions specifying whether commit is required or not i.e. autocommit? For ex. commit is required for DML but not for DDL statements...
Zones: OracleDate Answered: 07/21/2001 Grade: A Views: 58
Is it possible to set autocommit to false? If so how would I go about doing this? After it is set to false how would I commit the database? Thank You In Advance, kmurphy
Zones: Visual BasicDate Answered: 11/19/2001 Grade: A Views: 0
U have three DML operations in an event .When light turns off during or unexpected shutdown occurs in the middile of some DML operations without commint and rollback statements , data is not saved....
Zones: DatabasesDate Answered: 11/12/2002 Grade: A Views: 87
I am wondering if there is an option to automatically commit the transactions instead of having to explicitly commit. Is there any VB command or do I have to explicitly do it in the Orcale Database
Zones: ProgrammingDate Answered: 07/26/2003 Grade: B Views: 0
i have this code. .. .. ps = conn.prepareStatement("Insert into Service (TechName, ServiceDate, Warranty, Filter, TCom, DCom) values (?,?,?,?,?,?)"); ps2a = conn.prepareStatement("Update purcha...
Zones: JSPDate Answered: 12/09/2003 Grade: A Views: 0
Hello, Is there someone who can help me? I wonna configure struts to work with a oracle database. Next text i have put in my struts-config.xml. <data-sources>             <data-source key="NTDEV2" typ...
Zones: Apache Web ServerDate Answered: 08/16/2004 Grade: A Views: 0
I've been reading about transactions in InnoDB, and some sources say that I must explicitly SET AUTOCOMMIT = 0 before using START TRANSACTION...COMMIT.  While others say that disabling AUTOCOMMIT i...
Zones: MySQL ServerDate Answered: 03/02/2006 Grade: A Views: 6
How to turn autocommit on and off in sqllite using c++
Zones: Windows MFCDate Answered: 03/18/2006 Grade: A Views: 4
Hi, I want to set the autocommit off and on and use the rollback an commit commands in a VB .dll that i am using in a web application. this is what i do. for example DatacConn has the con...
Zones: OracleDate Answered: 10/20/2003 Grade: A Views: 0
hi all, I'm using JBoss 3.2.5 as my application server. I had developed a Stateless Session Bean. In my Session Bean, I try to create a connection to my MSSQL Database via following code : Init...
Zones: Application ServersDate Answered: 09/27/2004 Grade: A Views: 0