unixodbc/odbcinst
Steve Langasek a2cffc49f1 Export additional odbcinst functions.
Last-Update: 2018-04-09
Forwarded: no

Gbp-Pq: Name export-odbcinst-functions.patch
2022-05-14 03:13:33 +08:00
..
Makefile.am Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
Makefile.in Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
ODBCINSTConstructProperties.c Replace the auto-generated libltdl library search path with a 2022-05-14 03:13:33 +08:00
ODBCINSTDestructProperties.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
ODBCINSTSetProperty.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
ODBCINSTValidateProperties.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
ODBCINSTValidateProperty.c 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
SQLConfigDataSource.c Replace the auto-generated libltdl library search path with a 2022-05-14 03:13:33 +08:00
SQLConfigDriver.c Replace the auto-generated libltdl library search path with a 2022-05-14 03:13:33 +08:00
SQLCreateDataSource.c Replace the auto-generated libltdl library search path with a 2022-05-14 03:13:33 +08:00
SQLGetAvailableDrivers.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLGetConfigMode.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLGetInstalledDrivers.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLGetPrivateProfileString.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLGetTranslator.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLInstallDriverEx.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLInstallDriverManager.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLInstallODBC.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLInstallTranslatorEx.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLInstallerError.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLManageDataSources.c Replace the auto-generated libltdl library search path with a 2022-05-14 03:13:33 +08:00
SQLPostInstallerError.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLReadFileDSN.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLRemoveDSNFromIni.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLRemoveDriver.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLRemoveDriverManager.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLRemoveTranslator.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLSetConfigMode.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLValidDSN.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLWriteDSNToIni.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLWriteFileDSN.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
SQLWritePrivateProfileString.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
_SQLDriverConnectPrompt.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
_SQLGetInstalledDrivers.c Do not create odbc.ini if it does not exist. 2022-05-14 03:13:33 +08:00
_SQLWriteInstalledDrivers.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
_logging.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
_odbcinst_ConfigModeINI.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
_odbcinst_GetEntries.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
_odbcinst_GetSections.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
_odbcinst_SystemINI.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
_odbcinst_UserINI.c Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
odbcinst.exp Export additional odbcinst functions. 2022-05-14 03:13:33 +08:00
odbcinst.pc.in Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00

README

***************************************************************
* This code is LGPL. You CAN make commercial solutions using  *
* LGPL software.                                              *
*                                                             *
* Peter Harvey 21.FEB.99 pharvey@codebydesign.com             *
***************************************************************

+-------------------------------------------------------------+
| unixODBC                                                    |
| ODBCINST lib (libodbcinst.so)                               |
+-------------------------------------------------------------+

This share library supports ODBC Install/Setup and Config
options. It is modelled after MS'isms and should, therefore,
allow for an easy transition from MS'isms to other platforms
(ie Linux).

A complicating factor for unixODBC is that the GUI may not be
present - or if it is - it may be any number of types (X, KDE, 
GNOME etc). So the GUI bits of odbcinst must be plugable. This 
library handles this. See SQLManageDataSources() and the 
unixODBC-GUI-Qt project.

This lib also has a command line tool called odbcinst.

+-------------------------------------------------------------+
| Peter Harvey                                                |
| pharvey@codebydesign.com                                    |
| http://www.unixodbc.org                                     |
| 10.APR.99                                                   |
+-------------------------------------------------------------+