w1nk / node-odbc

unixODBC bindings for node
MIT License
90 stars 101 forks source link

Row count when doing UPDATE, INSERT, or DELETE via querySync() #116

Open dmytro120 opened 6 years ago

dmytro120 commented 6 years ago

When doing querySync(), please obtain row count via SQLRowCount() and pass it into the callback function.