Skip to Content.
Sympa Menu

freetds - Re: FreeTds Win32 build

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Devin Smith" <paradox AT tstonramp.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: FreeTds Win32 build
  • Date: Tue, 10 Jul 2001 22:23:35 -0700


Some news on the FreeTDS under Win32,

If you are using Microsoft Visual C++ or Microsoft Visual Basic, Microsoft
would recommend that you use ADO to connect to SQL Server. If you are using
any other compiler (cygwin, mingw, Borland C++, LCC, etc) you can use ODBC.
ODBC, according to Microsoft is a "Open C API designed to access data in SQL
databases. The SQL Server ODBC driver is a native, high-performance driver
that directly accesses the SQL Server TDS protocol." So Microsoft's SQL ODBC
driver is already communicating using TDS!

This page on MSDN discusses what TDS versions work with Microsoft SQL Server
using ODBC:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/bldgapps/ba
_highprog_56pc.asp

If you download the latest ODBC driver from http://www.microsoft.com/data/
and you are connecting to SQL Server 2000 your ODBC application will be
using TDS version 8.0.

Hope this helps,

Devin.



----- Original Message -----

> > I wonder if this project will have a win32 build in any near future?
>






Archive powered by MHonArc 2.6.24.

Top of Page