tediousjs / tedious

Node TDS module for connecting to SQL Server databases.
http://tediousjs.github.io/tedious/
MIT License
1.58k stars 439 forks source link

How do I pass Additional Connection Parameters #345

Closed mithun-daa closed 8 years ago

mithun-daa commented 8 years ago

I need to set the following setting on the connection:

multisubnetfailover=true

Is this supported? I enter it while connecting to our databases on the Connect to Server modal. Connect to Server -> Options -> Additional Connection Parameters

image

arthurschreiber commented 8 years ago

multisubnetfailover is not supported yet, but work on making this functionality available is underway. :smile:

mithun-daa commented 8 years ago

Ok thanks! Do you know any other module that supports multisubnetfailover ?

arthurschreiber commented 8 years ago

No, I don't think there's any other viable TDS driver for node.js except for tedious.

mithun-daa commented 8 years ago

Thank you!

arthurschreiber commented 8 years ago

Once #362 gets merged and released, tedious will support multi subnet failover.

mithun-daa commented 8 years ago

:+1: