vin
July 28th, 2000, 08:20 AM
Hi, I hava a connection to SQL server - cnn
In a given sublime momement i do the
following
I use VB
cnn.BeginTransaction
//i do some stuff here
cnn1.CommitTransaction
From this moment on, the first try to do something
with some table from the connection i get
the message "Catastrophich failure".
Can anyone tell me how to manage with this transactions?
Thanks!
In a given sublime momement i do the
following
I use VB
cnn.BeginTransaction
//i do some stuff here
cnn1.CommitTransaction
From this moment on, the first try to do something
with some table from the connection i get
the message "Catastrophich failure".
Can anyone tell me how to manage with this transactions?
Thanks!