diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-06 04:08:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-06 04:08:33 +0000 |
commit | 9586b5668779cc3696503a80cb8b5fe3c3aaeed1 (patch) | |
tree | 15e5bba54578930affc66b9733d9b2e085dd3f34 /databases/unixodbc/files/odbcinst.ini.in | |
parent | 823ce591bc3b023a484165e1f7e2897b37349c45 (diff) | |
download | pkgsrc-9586b5668779cc3696503a80cb8b5fe3c3aaeed1.tar.gz |
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.
Diffstat (limited to 'databases/unixodbc/files/odbcinst.ini.in')
-rw-r--r-- | databases/unixodbc/files/odbcinst.ini.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 + |