Update and rename README to README.md

This commit is contained in:
Meet Bhagdev 2016-04-03 00:11:39 -07:00
Родитель 4ed2b48539
Коммит 32ce839fb8
2 изменённых файлов: 25 добавлений и 54 удалений

54
README
Просмотреть файл

@ -1,54 +0,0 @@
+-------------------------------------------------------------+
| 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.
All programs are GPL.
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 savy can look at;
_odbcinst_SystemINI.c
_odbcinst_UserINI.c
In anycase; you can override where unixODBC looks for its system
config files by setting the ODBCSYSINI enviroment variable during
the use of unixODBC.
Resources:
http://sourceforge.net/projects/unixodbc/

25
README.md Normal file
Просмотреть файл

@ -0,0 +1,25 @@
README
---------------------------------------------------------------
Description:
unixODBC-MSSQL is a refined fork of [unixODBC]. (http://www.unixodbc.org/)
unixODBC is an Open Source ODBC sub-system and an ODBC SDK
for Linux, Mac OSX, and UNIX.
License:
All libraries are LGPL.
All programs are GPL.
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
Resources:
http://sourceforge.net/projects/unixodbc/