forked from clue/docker-adminer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfreetds.conf
More file actions
30 lines (24 loc) · 718 Bytes
/
Copy pathfreetds.conf
File metadata and controls
30 lines (24 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[global]
tds version = 8.0
; tds version = 4.2
# Whether to write a TDSDUMP file for diagnostic purposes
# (setting this to /tmp is insecure on a multi-user system)
; dump file = /tmp/freetds.log
; debug flags = 0xffff
# Command and connection timeouts
; timeout = 10
; connect timeout = 10
# If you get out-of-memory errors, it may mean that your client
# is trying to allocate a huge buffer for a TEXT field.
# Try setting 'text size' to a more reasonable limit
text size = 64512
# A typical Sybase server
;[egServer50]
; host = symachine.domain.com
; port = 5000
; tds version = 5.0
# A typical Microsoft server
;[egServer70]
; host = ntmachine.domain.com
; port = 1433
; tds version = 7.0