diff options
author | Henrique Grolli Bassotto <henrique.grolli@gmail.com> | 2010-05-14 23:38:56 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2010-05-14 23:38:56 +0200 |
commit | 2d9b5f44619063704dbe16f57685aa8b43dbd16a (patch) | |
tree | 8170548e8e4706c23e6aba8687bfa5ef948ffd7b /libraries/unixODBC/README | |
parent | 291d4efe828ab7a896f293670ee99cbd9304d40c (diff) |
libraries/unixODBC: Added - an ODBC library for Unix platforms.
Diffstat (limited to 'libraries/unixODBC/README')
-rw-r--r-- | libraries/unixODBC/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/unixODBC/README b/libraries/unixODBC/README new file mode 100644 index 000000000000..88984edff4c6 --- /dev/null +++ b/libraries/unixODBC/README @@ -0,0 +1,10 @@ +The unixODBC Project goals are to develop and promote unixODBC to be the +definitive standard for ODBC on non MS Windows platforms. This is to +include GUI support for both KDE and GNOME. ODBC is an open specification +for providing application developers with a predictable API with which to +access Data Sources. Data Sources include SQL Servers and any Data Source +with an ODBC Driver. + +This will be compiled without GUI support since the version of Qt shipped +with Slackware is too new for it; if you want to give it a try, edit the +build script and comment out the "--disable-gui" configure argument. |