diff options
author | wjv <wjv@FreeBSD.org> | 2001-10-04 16:51:47 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-10-04 16:51:47 +0800 |
commit | 8fc6aa2dfdbfa51b001312fbe671faf92d098c6a (patch) | |
tree | c9dc77a45830ef191612678f473c9e511c33ac21 /databases/libodbc++/pkg-descr | |
parent | cdc4e4a41ef01a474f5229eea693dd3d0502c19a (diff) | |
download | freebsd-ports-gnome-8fc6aa2dfdbfa51b001312fbe671faf92d098c6a.tar.gz freebsd-ports-gnome-8fc6aa2dfdbfa51b001312fbe671faf92d098c6a.tar.zst freebsd-ports-gnome-8fc6aa2dfdbfa51b001312fbe671faf92d098c6a.zip |
Add libodbc++ 0.2.2.p5, a C++ class library and toolset for ODBC
access to data sources.
Diffstat (limited to 'databases/libodbc++/pkg-descr')
-rw-r--r-- | databases/libodbc++/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/libodbc++/pkg-descr b/databases/libodbc++/pkg-descr new file mode 100644 index 000000000000..9a3c6d37439d --- /dev/null +++ b/databases/libodbc++/pkg-descr @@ -0,0 +1,14 @@ +Libodbc++ aims to be a complete C++ development environment for data source +(typically SQL database) access. It exists in the form of a class library +and a set of tools. Libodbc++ currently provides a subset of the JDBC 2.0 +specification functionality. + +Libodbc++ runs on top of ODBC, i.e. it needs to be compiled with support for +an ODBC driver manager. It currently supports either iODBC or unixODBC. +This port allows the user to select which driver manager to use via a +build-time variable definition - see the comments in the Makefile for further +details. + +WWW: http://orcane.net/freeodbc++/ + +-- Johann Visagie <wjv@FreeBSD.org> |