Skip to content

Commit 233795d

Browse files
committed
Update readme (#36)
1 parent 75560c2 commit 233795d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ sql.connect(config, function(err) {
169169
* [Metadata](#meta)
170170
* [Data Types](#data-types)
171171
* [Verbose Mode](#verbose)
172-
* [Known issues](#issues)
172+
* [Known Issues](#issues)
173173

174174
## Configuration
175175

@@ -207,7 +207,7 @@ var config = {
207207
- **options.instanceName** - The instance name to connect to. The SQL Server Browser service must be running on the database server, and UDP port 1444 on the database server must be reachable.
208208
- **options.useUTC** - A boolean determining whether or not use UTC time for values without time zone offset (default: `true`).
209209
- **options.encrypt** - A boolean determining whether or not the connection will be encrypted (default: `false`) Encryption support is experimental.
210-
- **options.tdsVersion** - The version of TDS to use (default: `7_4`, available: `7_2`, `7_3_A`, `7_3_B`, `7_4`).
210+
- **options.tdsVersion** - The version of TDS to use (default: `7_4`, available: `7_1`, `7_2`, `7_3_A`, `7_3_B`, `7_4`).
211211

212212
More information about Tedious specific options: http://pekim.github.io/tedious/api-connection.html
213213

@@ -942,6 +942,7 @@ Output for the example above could look similar to this.
942942

943943
### msnodesql
944944

945+
- If you're facing problems with connecting SQL Server 2000, try setting the default TDS version to 7.1 with `config.options.tdsVersion = '7_1'` ([issue](https://github.com/patriksimek/node-mssql/issues/36))
945946
- msnodesql 0.2.1 contains bug in DateTimeOffset ([reported](https://github.com/WindowsAzure/node-sqlserver/issues/160))
946947

947948
### node-tds

0 commit comments

Comments
 (0)