node-sybase
node-sybase copied to clipboard
First, thanks for that library, I use it with an electron application to connect to multiple Sybase ASE databases and it works like a charm, also with the jdbc4 driver....
I am in need of encrypting my password to login to sybase. I noticed there is "support" for a sybaseConfig.properties with a way to ENCRYPT_PASSWORD = true. However, the language...
Good morning! I'm trying to use this module for a Sybase conection with 3 different dbs. The service has to look for a record on the 3 Sybase dbs, and...
It seems like the package might be more suitable for linux machines as I am running into issue while doing a development using it on Windows machine. Error: java.lang.NullPointerException at...
process.env.PWD is domain specific and might not return the correct value everywhere and is also assuming that the main/index.js of an application would be present at the same level as...
Hi, I am trying to connect to a SYBASE ASE 15.7 database which is configured to require password encryption. Is there any way that this feature could be added? [Using...
Databases can be set with a different collation than UTF-8. Problems with accented character may arise when using UTF-8 as an hard-coded encoding option on the stdout output of the...
The dbname parameter doesn't appear to be working on my SQL Anywhere 16 server. I've never worked with jConnect before (or java for that matter), but according to the [Sybase...
If you need to use the _sybaseConfig.properties_ you should create the properties file at the same directory where you are running the _node_ command to start you app. i.e: 1....
I added an optional print_debug parameter. Defaults to false. If true it will output the debug console.log() calls on every query.