unixODBC-MSSQL/odbcinst
Meet Bhagdev 4ed2b48539 first commit 2016-03-17 14:18:37 -07:00
..
Makefile.am first commit 2016-03-17 14:18:37 -07:00
Makefile.in first commit 2016-03-17 14:18:37 -07:00
ODBCINSTConstructProperties.c first commit 2016-03-17 14:18:37 -07:00
ODBCINSTDestructProperties.c first commit 2016-03-17 14:18:37 -07:00
ODBCINSTSetProperty.c first commit 2016-03-17 14:18:37 -07:00
ODBCINSTValidateProperties.c first commit 2016-03-17 14:18:37 -07:00
ODBCINSTValidateProperty.c first commit 2016-03-17 14:18:37 -07:00
README first commit 2016-03-17 14:18:37 -07:00
SQLConfigDataSource.c first commit 2016-03-17 14:18:37 -07:00
SQLConfigDriver.c first commit 2016-03-17 14:18:37 -07:00
SQLCreateDataSource.c first commit 2016-03-17 14:18:37 -07:00
SQLGetAvailableDrivers.c first commit 2016-03-17 14:18:37 -07:00
SQLGetConfigMode.c first commit 2016-03-17 14:18:37 -07:00
SQLGetInstalledDrivers.c first commit 2016-03-17 14:18:37 -07:00
SQLGetPrivateProfileString.c first commit 2016-03-17 14:18:37 -07:00
SQLGetTranslator.c first commit 2016-03-17 14:18:37 -07:00
SQLInstallDriverEx.c first commit 2016-03-17 14:18:37 -07:00
SQLInstallDriverManager.c first commit 2016-03-17 14:18:37 -07:00
SQLInstallODBC.c first commit 2016-03-17 14:18:37 -07:00
SQLInstallTranslatorEx.c first commit 2016-03-17 14:18:37 -07:00
SQLInstallerError.c first commit 2016-03-17 14:18:37 -07:00
SQLManageDataSources.c first commit 2016-03-17 14:18:37 -07:00
SQLPostInstallerError.c first commit 2016-03-17 14:18:37 -07:00
SQLReadFileDSN.c first commit 2016-03-17 14:18:37 -07:00
SQLRemoveDSNFromIni.c first commit 2016-03-17 14:18:37 -07:00
SQLRemoveDriver.c first commit 2016-03-17 14:18:37 -07:00
SQLRemoveDriverManager.c first commit 2016-03-17 14:18:37 -07:00
SQLRemoveTranslator.c first commit 2016-03-17 14:18:37 -07:00
SQLSetConfigMode.c first commit 2016-03-17 14:18:37 -07:00
SQLValidDSN.c first commit 2016-03-17 14:18:37 -07:00
SQLWriteDSNToIni.c first commit 2016-03-17 14:18:37 -07:00
SQLWriteFileDSN.c first commit 2016-03-17 14:18:37 -07:00
SQLWritePrivateProfileString.c first commit 2016-03-17 14:18:37 -07:00
_SQLDriverConnectPrompt.c first commit 2016-03-17 14:18:37 -07:00
_SQLGetInstalledDrivers.c first commit 2016-03-17 14:18:37 -07:00
_SQLWriteInstalledDrivers.c first commit 2016-03-17 14:18:37 -07:00
_logging.c first commit 2016-03-17 14:18:37 -07:00
_odbcinst_ConfigModeINI.c first commit 2016-03-17 14:18:37 -07:00
_odbcinst_GetEntries.c first commit 2016-03-17 14:18:37 -07:00
_odbcinst_GetSections.c first commit 2016-03-17 14:18:37 -07:00
_odbcinst_SystemINI.c first commit 2016-03-17 14:18:37 -07:00
_odbcinst_UserINI.c first commit 2016-03-17 14:18:37 -07:00
odbcinst.exp first commit 2016-03-17 14:18:37 -07: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                                                   |
+-------------------------------------------------------------+