Comparing version 0.6.2 to 0.6.3
{ | ||
"name": "odbc", | ||
"description": "unixodbc bindings for node", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"main": "lib/odbc.js", | ||
@@ -6,0 +6,0 @@ "homepage": "http://github.com/wankdanker/node-odbc/", |
@@ -635,2 +635,5 @@ node-odbc | ||
* Example : "DRIVER={FreeTDS};SERVER=host;UID=user;PWD=password;DATABASE=dbname;TDS_Version=7.0" | ||
* If you got error "[unixODBC][FreeTDS][SQL Server]Unable to connect to data source" | ||
Try use SERVERNAME instead of SERVER | ||
* Example : "DRIVER={FreeTDS};SERVERNAME=host;UID=user;PWD=password;DATABASE=dbname" | ||
* Be sure that your odbcinst.ini has the proper threading configuration for your | ||
@@ -637,0 +640,0 @@ FreeTDS driver. If you choose the incorrect threading model it may cause |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
281997
687