-----Mensagem original----- De: Alejandro Michelin Salomon ( Adinet ) [mailto:[EMAIL PROTECTED] Enviada em: ter�a-feira, 22 de julho de 2003 13:13 Para: Jo�o Rodrigues Assunto: Re: ODBC questions
Hi Jo�o: I worked with ADO, i think that is this what you want : You create a connection object like this : Dim MyConn As New ADODB.Connection MyConn.Open parameters MyConn.BeginTrans --> Put off the autocommit mode. At this time autocommit mode is not working. You have to make a commit o rollback. To save or discart the work. MyConn.CommitTrans --> Put on the autocommit mode. Confirm the work MyConn.RollbackTrans --> --> Put on the autocommit mode. Discart work. Alejandro Michelin Salomon PROBrax e-tech Porto Alegre Brasil --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.502 / Virus Database: 300 - Release Date: 18/07/2003 _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
