diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:42:07 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:42:07 -0400 |
commit | 2f44d837ce49c7a1ecabf904f1856465902712a7 (patch) | |
tree | 2c10421c46f5328dcc8b09cfd5315e2b368c2bd5 | |
parent | e0326b9d13f3a2f554092273fb502b98fe807ef7 (diff) |
libraries/unixODBC: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/unixODBC/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libraries/unixODBC/README b/libraries/unixODBC/README index edeae937a2ac7..e74e4af87dfc4 100644 --- a/libraries/unixODBC/README +++ b/libraries/unixODBC/README @@ -1,13 +1,13 @@ -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. +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. If you want to give it a try, -edit the build script and comment out the "--disable-gui" configure -argument. +This will be compiled without GUI support. If you want to give it +a try, edit the build script and comment out the "--disable-gui" +configure argument. Also, there is a seperate GUI frontend available separately from: http://www.unixodbc.org/gui/ |