Skip to Content.
Sympa Menu

freetds - Installing FreeTDS on Win32 systems

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Philip A. Vogel" <pvogel AT saturnsys.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Installing FreeTDS on Win32 systems
  • Date: Sat, 03 Nov 2001 14:36:39 -0600 (CST)


Where can I find complete documentation for installing FreeTDS on Win32
platforms? The guide at freetds.org seems to focus on Unix installation.

I modified the "build_2_0_with_javac.bat" file and ran it. It only compiled
about half of the classes. The other half gave me errors similar to the
following:

ParameterUtils.java:171: Class com.internetcds.jdbc.tds.Tds not found in void
createParameterMapping(java.lang.Sting,
com.internetcds.jdbc.tds.ParameterListItem[], com.internetcds.jdbc.tds.Tds).
EncodingHelper encoder = tds.getEncoder();

ParameterUtils.java:196: Class com.internetcds.jdbc.tds.Tds not found.
else if (tdsVer == Tds.TDS70)

ParameterUtils.java:196: Undefined variable or class name: Tds
else if (tdsVer == Tds.TDS70)

I tried compiling it with jdk1.2.2 and jdk1.3.0_02 but get the same errors.

Also, I did not see a freetds.conf file in the FreeTDS archive that I
downloaded. Am I just supposed to create this file? If so, where do I put
it?

Thanks for any help you can give me.

--Phil
pvogel AT saturnsys.com

-------------------------------------------------
This mail sent through IMP: mail.saturnsys.com



  • Installing FreeTDS on Win32 systems, Philip A. Vogel, 11/03/2001

Archive powered by MHonArc 2.6.24.

Top of Page