File: connection.properties.tmpl

package info (click to toggle)
libjtds-java 1.2.5%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,600 kB
  • ctags: 11,440
  • sloc: java: 39,523; xml: 704; sh: 34; makefile: 12
file content (42 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (5)
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
31
32
33
34
35
36
37
38
39
40
41
42
#
# The URL of the server to which you want to connect
#
# Replace SERVER-NAME with the name of your server (also in the SERVERNAME
# property)
#
# Replace DB-NAME with the name of the database to use (also in the
# DATABASENAME property)
#
driver=net.sourceforge.jtds.jdbc.Driver
url=jdbc:jtds:sqlserver://SERVER-NAME/DB-NAME
USER=sa
PASSWORD=
SERVERNAME=SERVER-NAME
PORTNUMBER=1433
DATABASENAME=DB-NAME
SERVERTYPE=1
XAEMULATION=true

#
# TDS Version
#

#
# Use this for MS SQL Server 6.5+
#
#TDS=4.2

#
# Use this for Sybase 10+
#
#TDS=5.0

#
# Use this for MS SQL Server 7.0+
#
#TDS=7.0

#
# Use this for MS SQL Server 2000 (default)
#
TDS=8.0