You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I tested your lib and it works perfectly and very simply, also in the try catch construct using async/await. Thank you!
If I need to save multiple rows in the MS Access db, of course I need to reproduce a transaction mechanism.
I know that ADODB object can export three connection's methods: BeginTrans, CommitTrans and RollbackTrans. ADODB interface
Is it possible to extend your lib with these three methods?
Thank tou in advance for your answer!
The text was updated successfully, but these errors were encountered:
@nuintun great repo... since transaction seem to be added in December 2020 by #382 I wanted to ask if the current master can be published to NPM and this ticket closed.
Let me know how I can help - I did not see any "npm pulish" command inside this Repo / Actions so I am not sure if I can do something.
Hi, no worries... I am somewhat also interested. since transaction could improve the speed of several sequential executes I am currently using on a project with npm and typescript.
I am missing the publish to npm-repo and could then test if working according Readme.
Hi.
I tested your lib and it works perfectly and very simply, also in the
try catch
construct usingasync/await
. Thank you!If I need to save multiple rows in the MS Access db, of course I need to reproduce a transaction mechanism.
I know that ADODB object can export three connection's methods: BeginTrans, CommitTrans and RollbackTrans.
ADODB interface
Is it possible to extend your lib with these three methods?
Thank tou in advance for your answer!
The text was updated successfully, but these errors were encountered: