forked from jamesra/VikingPlot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.txt
48 lines (31 loc) · 1.6 KB
/
install.txt
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
43
44
45
46
47
48
Installation Instructions
Microsoft JDBC Driver 4.0 for SQL Server
INTRODUCTION
------------
These are instructions for unpacking the sqljdbc_<version>_enu.exe and the
sqljdbc_<version>_enu.tar.gz.
WINDOWS
-------
1. Read the license.txt file. Downloading and using the Microsoft JDBC Driver 4.0 for SQL Server signifies acceptance of this license.
2. Download the sqljdbc_<version>_enu.exe to a temporary directory.
3. Run sqljdbc_<version>_enu.exe
4. Enter an install directory when prompted; it is recommended that you unpack
this zip file in %ProgramFiles% with the default directory:
Microsoft JDBC DRIVER 4.0 for SQL Server
5. After the package unpacks, open the JDBC Help System by opening
%InstallationDirectory%\Microsoft JDBC Driver 4.0 for SQL Server\sqljdbc_<version>\<language>\
help\default.htm. This will display the help system in your Web browser.
UNIX
----
1. Read the license.txt file. Downloading and using the Microsoft JDBC Driver 4.0 for SQL Server signifies acceptance of this license.
2. Download the sqljdbc_<version>_enu.tar.gz to a temporary directory.
3. To unpack the zipped tar, navigate to the directory where you want the
driver unpacked and type:
gzip -d sqljdbc_<version>_enu.tar.gz
4. To unpack the tar, move it to the directory where you want the driver
installed and type:
tar -xf sqljdbc_<version>_enu.tar
5. After the package unpacks, open the JDBC Help System by opening
%InstallationDirectory%/Microsoft JDBC Driver 4.0 for SQL Server/sqljdbc_<version>/<language>/
help/default.htm. This will display the help system in your default
Web browser.