Jump to content

FreeTDS

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 62.13.18.126 (talk) at 07:48, 4 September 2006 (External links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

FreeTDS is an open source (free software) programming library, a re-implementation of the Tabular Data Stream protocol. It can be used in place of Sybase's db-lib or ct-lib libraries. It also includes an ODBC library. It allows many open source applications such as Perl and PHP (or any C or C++ program) to connect to Sybase ASE or Microsoft SQL Server.

FreeTDS is a source code library, not a program in and of itself. Users generally compile the library from source and link another program to the library to allow the other program to use the FreeTDS API. It is licensed under terms of the GNU LGPL license.

For a Java implementation, see jTDS.