Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a222c4b6690ea151

Jump to content

FreeTDS

From Wikipedia, the free encyclopedia

FreeTDS is a 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. However, recent releases of FreeTDS do include some client programs, such as fisql (a replacement for the isql utility programs distributed by Sybase and Microsoft). FreeTDS is licensed under terms of the GNU Lesser General Public License.

For scripting languages, FreeTDS is used in conjunction with a module for that language such as DBD::Sybase in Perl, Python-Sybase for Python, or Ruby DBI for Ruby

jTDS is a Java implementation of FreeTDS, available on SourceForge. jBCP extends jTDS to include Sybase Bulk Copy Program (BCP) extensions.

[edit]