summaryrefslogtreecommitdiff
path: root/databases/freetds/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/freetds/DESCR')
-rw-r--r--databases/freetds/DESCR15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/freetds/DESCR b/databases/freetds/DESCR
new file mode 100644
index 00000000000..a25d5592f19
--- /dev/null
+++ b/databases/freetds/DESCR
@@ -0,0 +1,15 @@
+FreeTDS is a free (open source, LGPL-licensed) implementation of
+Sybase's db-lib, ct-lib, and ODBC libraries. Currently, dblib and ctlib
+are most mature. Both of these libraries have several programs know to
+compile and run against them. ODBC is just a roughed in skeleton, and
+not useful for real work.
+
+FreeTDS will run at protocol versions 4.2, 4.6, or 5.0 and thus can
+access both Sybase and Microsoft SQL-Servers. Note: Microsoft SQL
+servers do not support TDS versions above 4.2 and need to be configured
+with the --with-tdsver=4.2 flag.
+
+Experimental support for TDS 7.0 (the version used by MS SQL Server 7.0)
+is now included. It works for me but beyond that I can't promise much.
+That said, TDS 7.0 support can be configured by using the
+--with-tdsver=7.0 when running configure.