Go to file
openKylinBot e2b34a33ce changed debian/source/format to native 2022-05-14 03:13:34 +08:00
DRVConfig Fix some spelling errors in drvcfg.c. 2022-05-14 03:13:33 +08:00
DriverManager Prevent some functions from being exported. 2022-05-14 03:13:33 +08:00
Drivers Check whether the Apple Altivec instruction set is defined, if 2022-05-14 03:13:33 +08:00
Interix Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
cur Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
debian changed debian/source/format to native 2022-05-14 03:13:34 +08:00
doc Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
exe Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
extras Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
include Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
ini Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
libltdl Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
log Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
lst Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
m4 Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
man Fix formatting and spelling in odbcinst.ini.5. 2022-05-14 03:13:33 +08:00
odbcinst Export additional odbcinst functions. 2022-05-14 03:13:33 +08:00
samples Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
vms Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
AUTHORS Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
COPYING Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
ChangeLog Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
INSTALL Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
LICENSE Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
Makefile.am Create the destination directory before adding empty files to it. 2022-05-14 03:13:33 +08:00
Makefile.in Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
Makefile.svn Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
NEWS Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
README Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
README.AIX Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
README.CYGWIN Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
README.INTERIX Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
README.OSX Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
README.QNX Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
README.SOLARIS Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
README.VMS Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
acinclude.m4 Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
aclocal.m4 Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
compile Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
config.h.in Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
configure Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
configure.ac Replace the auto-generated libltdl library search path with a 2022-05-14 03:13:33 +08:00
depcomp Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
install-sh Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
ltmain.sh Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
missing Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
mkinstalldirs Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
unixodbc_conf.h.in Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
vmsbuild.com Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
ylwrap Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00

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.1.

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/