From 9586b5668779cc3696503a80cb8b5fe3c3aaeed1 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 6 Nov 2001 04:08:33 +0000 Subject: databases/unixodbc - ODBC 2.x/3.x driver manager The unixODBC project provides UNIX applications with the same ODBC 3.51 API and facilities available under MS Windows. It provides a Driver Manager that supports the full ODBC API and performs the ODBC 3 to ODBC 2 translations with UNICODE to ANSI conversion. It also includes a collection of ODBC drivers including a simple text-based driver, an NNTP driver, a Postgres driver and others, and a selection of templates and libraries that to aid in the construction of ODBC drivers. It works with MySQL, Postgres, StarOffice, Applixware, iHTML, PHP, Perl DBD::ODBC, Paradox 9, and many other applications and drivers. Connection pooling is also provided to increase performance with applications such as PHP. --- databases/unixodbc/files/odbcinst.ini.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 databases/unixodbc/files/odbcinst.ini.in (limited to 'databases/unixodbc/files') diff --git a/databases/unixodbc/files/odbcinst.ini.in b/databases/unixodbc/files/odbcinst.ini.in new file mode 100644 index 00000000000..a350d159966 --- /dev/null +++ b/databases/unixodbc/files/odbcinst.ini.in @@ -0,0 +1,6 @@ +[TXT] +Description = Text file driver +Driver = @PREFIX@/@UNIXODBC_DRIVERS_DIR@/libodbctxt.so +Setup = @PREFIX@/@UNIXODBC_DRIVERS_DIR@/libodbctxtS.so +FileUsage = 1 + -- cgit v1.2.3