ralphk
03-06-2004, 10:26 AM
How do I implement transactions with ASP and MySQL?...
I've tried:
theConn.beginTrans
theConn.RollbackTrans
theConn.CommitTrans
But I get the following error:
ADODB.Connection error '800a0cb3'
Object or provider is not capable of performing requested operation.
I've tried:
theConn.beginTrans
theConn.RollbackTrans
theConn.CommitTrans
But I get the following error:
ADODB.Connection error '800a0cb3'
Object or provider is not capable of performing requested operation.