Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lurcher/unixODBC
The unixODBC Project goals are to develop and promote unixODBC to be the definitive standard for ODBC on non MS Windows platforms.
https://github.com/lurcher/unixODBC
Last synced: 19 days ago
JSON representation
The unixODBC Project goals are to develop and promote unixODBC to be the definitive standard for ODBC on non MS Windows platforms.
- Host: GitHub
- URL: https://github.com/lurcher/unixODBC
- Owner: lurcher
- License: lgpl-2.1
- Created: 2017-07-03T13:37:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T18:46:09.000Z (2 months ago)
- Last Synced: 2024-09-08T12:39:41.343Z (2 months ago)
- Language: C
- Size: 7.43 MB
- Stars: 98
- Watchers: 15
- Forks: 52
- Open Issues: 62
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
+-------------------------------------------------------------+
| unixODBC |
+-------------------------------------------------------------+README
---------------------------------------------------------------Description:
unixODBC is an Open Source ODBC sub-system and an ODBC SDK
for Linux, Mac OSX, and UNIX.
License:
All libraries are LGPL Version 2.1
All programs are GPL Version 2.0.Parts:
unixODBC includes the following;
- Driver Manager
- Installer Library and command line tool
- Command Line Tools to help install a driver and work with SQL
How To Start:
Look for and read README files with extensions of interest. Then
read the INSTALL file.
You can also jump into the doc directory and browse information
there. And do not forget the online stuff.
Some documentation may be a bit out of date the vast majority of
it should be ok.
Config Files:The ODBC Installer Library is responsible for reading and writing
the unixODBC config files.
The savvy can look at;
_odbcinst_SystemINI.c
_odbcinst_UserINI.c
In any case; you can override where unixODBC looks for its system
config files by setting the ODBCSYSINI environment variable during
the use of unixODBC.
Resources:http://sourceforge.net/projects/unixodbc/
https://github.com/lurcher/unixODBC/
http://www.unixodbc.org/