node-odbc icon indicating copy to clipboard operation
node-odbc copied to clipboard

Windows odbc.open crashes on 2nd invocation with Microsoft Access Driver

Open Peculiar218 opened this issue 7 years ago • 0 comments

node-odbc V1.4.1 crashes (in the native code) upon 2nd "open" call. Happens on Windows (both 10 and 7, 64bit), when opening an MS-Access file with connection string "Driver={Microsoft Access Driver (*.mdb, *.accdb)};..."

Crash occurs when calling "db.close" or "db.closeSync" before calling "open".

Peculiar218 avatar May 19 '18 21:05 Peculiar218