1
0
Fork 0
mirror of https://github.com/lurcher/unixODBC.git synced 2025-12-05 22:28:36 +00:00
The unixODBC Project goals are to develop and promote unixODBC to be the definitive standard for ODBC on non MS Windows platforms.
Find a file
2025-10-15 09:11:43 +01:00
.github CI: harden gcc build (#197) 2024-10-25 22:26:50 +01:00
cur handle memory allocation errors (#196) 2024-10-21 08:45:36 +01:00
doc Fix broken gifs 2022-04-29 11:54:15 +01:00
DriverManager Fix seg fault with pooling 2025-10-01 09:06:28 +01:00
Drivers Try and fix reintroduced problem 2025-09-29 12:49:35 +01:00
DRVConfig DRVConfig: Do not generate static driver config modules 2021-02-01 21:02:06 +11:00
exe fix logical error introduced in PR#189, add smoke test for MariaDB (#192) 2024-10-07 20:53:00 +01:00
extras remove generated files 2018-03-19 18:59:38 +00:00
include Add some datatypes 2025-02-12 09:52:19 +00:00
ini handle memory allocation errors (#196) 2024-10-21 08:45:36 +01:00
Interix Initial checkin from 2.2.15pre source 2009-12-11 16:33:05 +00:00
log handle memory allocation errors (#196) 2024-10-21 08:45:36 +01:00
lst remove generated files 2018-03-19 18:59:38 +00:00
m4 Remove -x from files 2022-02-09 23:15:23 +04:00
man Merge in noverbose change to Changelog and manuals 2023-08-24 14:23:50 +01:00
odbcinst Fix race condition with threaded applications where SQLGetPrivateProfileString can fail due to collision with loading driver library during connection 2024-10-23 10:01:59 +01:00
samples remove generated files 2018-03-19 18:59:38 +00:00
vms Add VMS patch 2013-07-16 20:53:28 +00:00
.gitignore Add back INSTALL file 2025-05-22 21:19:51 +01:00
acinclude.m4 Add check for Solaris getpwuid_r 2024-04-19 11:21:28 +01:00
AUTHORS Add couple of tweeks to isql/iusql 2021-08-10 14:02:13 +01:00
autogen.sh Added shebang (#221) 2025-09-30 17:37:00 +01:00
ChangeLog Move version to 2.3.15pre 2025-10-15 09:11:43 +01:00
configure.ac Move version to 2.3.15pre 2025-10-15 09:11:43 +01:00
COPYING Initial checkin from 2.2.15pre source 2009-12-11 16:33:05 +00:00
INSTALL Fix INSTALL file 2025-05-22 23:09:41 +01:00
LICENSE Initial commit 2017-07-03 14:37:54 +01:00
Makefile.am Makefile.am: Do not install config.h 2022-05-13 22:03:37 +10:00
Makefile.svn Remove more defined lines from unixodbc_conf.h 2021-04-26 18:41:47 +01:00
NEWS Initial checkin from 2.2.15pre source 2009-12-11 16:33:05 +00:00
README README: Change links to https (#215) 2025-09-14 10:23:58 +01:00
README.AIX Fix typos in readmes 2021-09-21 21:39:20 +02:00
README.CROSS Add support for cross compiling 2024-02-21 08:51:19 +00:00
README.CYGWIN Initial checkin from 2.2.15pre source 2009-12-11 16:33:05 +00:00
README.INTERIX Initial checkin from 2.2.15pre source 2009-12-11 16:33:05 +00:00
README.OSX Add link to libtoolize fix in README.OSX 2021-12-27 10:34:21 +00:00
README.QNX Initial checkin from 2.2.15pre source 2009-12-11 16:33:05 +00:00
README.SOLARIS Fix typos in readmes 2021-09-21 21:39:20 +02:00
README.VMS Fix typos in readmes 2021-09-21 21:39:20 +02:00
SECURITY.md Create SECURITY.md 2022-06-01 13:59:34 +01:00
unixodbc.h.in Split preprocessor definitions used in the public headers from unixodbc_conf.h 2022-02-24 22:48:31 +11:00
unixodbc_conf.h.in 2.3.10 release 2022-05-02 14:15:29 +01:00
vmsbuild.com Add VMS patch 2013-07-16 20:53:28 +00:00

+-------------------------------------------------------------+
| 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:

        https://sourceforge.net/projects/unixodbc/
        https://github.com/lurcher/unixODBC/
        https://www.unixodbc.org/