Hi,
Using ADO how can i open access connection and handled transction in that code.
I use below string but it will give me error message
while i'm commit or rollback trans.
CurrentProject.Connection.BeginTrans
rsCosts.Open "select * from Costs", CurrentProject.Connection, adOpenStatic, adLockOptimistic
Pl help me.
Using ADO how can i open access connection and handled transction in that code.
I use below string but it will give me error message
while i'm commit or rollback trans.
CurrentProject.Connection.BeginTrans
rsCosts.Open "select * from Costs", CurrentProject.Connection, adOpenStatic, adLockOptimistic
Pl help me.