node-odbc
node-odbc copied to clipboard
unixODBC bindings for node
Hi Team, I got the error when connect the db. Please solve the issue { [Error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified] errors:...
``` var db = new odbc.Database(); ^ TypeError: odbc.Database is not a constructor ``` ``` odbc@^2.4.5: version "2.4.5" resolved "https://registry.yarnpkg.com/odbc/-/odbc-2.4.5.tgz#2c4972e613a7da4cdf8fbe20d8f301682cba6e47" integrity sha512-McvU/hj7PeT4TR+N0vUTZwFEbfeXc9Le87iPi//cehzVa05/UIrpNXavK6byvZ1hyvYwbpDzO/YvHrSxGnsccg== dependencies: "@mapbox/node-pre-gyp" "^1.0.5" async "^3.0.1" node-addon-api "^3.0.2" ```
Hi there Dan, I have no idea how this forking/pulling malarkey works so please pardon me if this belongs elsewhere. I've made the following hack to odbc.cpp to enable storing...
Hi I'm using odbc to connect to sql server from linux in my node application. I know that mssql module has built in sql injection protection when we parameterize the...
OSX 10.12.5 Node 8.1.2 NPM 5.0.3 unixodbc installed with Homebrew Homebrew symlinks the sql.h file from the Cellar to /usr/local/include When I try to run "npm install odbc" I get...
I have a strange issue here that seems to only be affecting macOS, not Windows. I connect to an ODBC via a MySQL driver just fine but when I run...
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...
Hi when display data with Ñ or Á dont show in console.
When doing querySync(), please obtain row count via [SQLRowCount()](https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqlrowcount-function) and pass it into the callback function.
Hi, Would be nice to statically linked the library as [sqlite3](https://github.com/mapbox/node-sqlite3#source-install) does to improve portability. Regards