Server IP : 103.119.228.120 / Your IP : 18.219.207.115 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/unixODBC-2.3.1/doc/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML XMLNS="http://www.w3.org/1999/xhtml"> <HEAD > <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <TITLE>unixODBC</TITLE> <META NAME="generator" CONTENT="SlickEdit"> <!-- leave this for stats --> <LINK REL="stylesheet" HREF="style.css" TYPE="text/css" MEDIA="screen"> <STYLE TYPE="text/css" MEDIA="screen"> body { background: url("background.jpg"); } #page { background: url("body.jpg") repeat-y top; border: none; } #header { background: url("header.gif") no-repeat bottom center; } #footer { background: url("footer.jpg") no-repeat bottom; border: none;} #header { padding: 22px 30px 0px 30px; height: 56px; width: 690px; } </STYLE> </HEAD> <BODY> <DIV ID="page"> <DIV ID="header"> <A HREF="http://www.unixodbc.org/"><IMG SRC="icon64.png" ALIGN="right" BORDER="0" HSPACE="0" VSPACE="0"></A> <H1>unixODBC</H1> <DIV CLASS="description"> Standards compliant, open source, database connectivity for everyone. </DIV> </DIV> <DIV ID="content" CLASS="widecolumn"> <DIV STYLE="text-align: center;"> <SPAN STYLE="font-weight: bold;"> Home </SPAN> | <A HREF="News.html">News</A> | <A HREF="Documentation.html">Documentation</A> | <A HREF="Drivers.html">Drivers</A> | <A HREF="Support.html">Support</A> | <A HREF="Downloads.html">Downloads</A> </DIV> <DIV CLASS="post" ID="post-68"> <DIV CLASS="entrytext"> <TABLE> <TR> <TD><H2>unixODBC is...</H2></TD> <TD><H2>News</H2></TD> </TR> <TR> <TD><BR>unixODBC is an implementation of the ODBC standard which is; <UL> <LI> open source </LI> <LI> licensed under LGPL/GPL </LI> <LI> community developed and community supported </LI> <LI> proven with over a decade of active use/development </LI> </UL> </TD> <TD> <HR STYLE="width: 100%; height: 2px;"> <SPAN STYLE="color: rgb(192, 192, 192);"> March 15th 2007 </SPAN> <BR> <DIV STYLE="margin-left: 40px;"> New look for unixodbc.org <DIV STYLE="margin-left: 40px;"> The old web site was serving the project fine but it seemed like it was about time to make it all 'fresh'. We hope you find it more pleasing to use. </DIV> </DIV> <SPAN STYLE="color: rgb(192, 192, 192);"> October 13th 2006 </SPAN> <BR> <DIV STYLE="margin-left: 40px;"> 2.2.12 Released<BR> </DIV> <A HREF="News.html"><SMALL>More...</A></TD> </TR> <TR> <TD><H2>Key features...</H2></TD> <TD><H2>Architecture</H2></TD> </TR> <TR> <TD STYLE="vertical-align: top;"><BR> <SPAN STYLE="font-weight: bold;"> Software Development Kit </SPAN> (SDK) - Develop ODBC applications and drivers using the C language and the unixODBC SDK.<BR> <BR> <SPAN STYLE="font-weight: bold;"> Driver Manager </SPAN> (DM) - The unixODBC DM allows the end-User to switch data sources without recompiling/linking application source code. The application does not have to be linked to a specific vendors product.<BR> <BR> <SPAN STYLE="font-weight: bold;"> Tools </SPAN> - unixODBC includes CrossPlatform command-line and GUI tools to make working with ODBC easy.<BR> </TD> <TD STYLE="vertical-align: top;"><IMG ALIGN="LEFT" STYLE="width: 200px; height: 175px;" ALT="" SRC="Splash.png"> <P>Applications typically link with the unixODBC Driver Manager (DM) which then uses the appropriate Driver to communicate with the data source. The DM understands ODBC but relies on the Driver to understand specifics of the data source.</P> <P>The Driver is typically provided by the data source Vendor. The Driver understands ODBC and the specifics of the data source.</P> </TD> </TR> </TABLE> <BR> <TABLE CLASS =codebox> <TR> <TD STYLE="vertical-align: top; background-color: rgb(102, 102, 102); width: 33%;"> <SPAN STYLE="font-weight: bold;"> CrossPlatform<BR> <BR> </SPAN> Applications built using unixODBC are compatible with the Microsoft implementation of ODBC. unixODBC is provided with all majour Linux distributions. unixODBC has been ported to all majour UNIX and UNIX-like platforms;<BR> <DIV STYLE="margin-left: 40px;"> - Linux, Solaris, SGI, etc<BR> - VMS, OS/2, etc<BR> </DIV> </TD> <TD STYLE="vertical-align: top; background-color: rgb(102, 102, 102); width: 33%;"> <SPAN STYLE="font-weight: bold;"> CrossDatabase </SPAN> <BR> <BR> unixODBC supports drivers from all majour database vendors including;<BR> <DIV STYLE="margin-left: 40px;"> - Oracle<BR> - DB2<BR> - Interbase<BR> - Mimer<BR> - MySQL<BR> - others<BR> </DIV> </TD> <TD STYLE="vertical-align: top; background-color: rgb(102, 102, 102); width: 33%;"> <SPAN STYLE="font-weight: bold;"> License </SPAN> <BR> <BR> unixODBC was developed by the open source community and is provided under the LGPL and GPL licenses. Commercial applications can be developed using unixODBC without paying for a license or royalty. Free support is provided by the community. </TD> </TR> <TR> <TD STYLE="vertical-align: top;"><A HREF="CrossPlatform.html">More...</A></TD> <TD STYLE="vertical-align: top;"><A HREF="CrossDatabase.html">More...</A></TD> <TD STYLE="vertical-align: top;"><A HREF="License.html">More...</A></TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> </DIV> </DIV> </DIV> <DIV ID="footer"> <P> --<BR> <A HREF=mailto:pharvey@peterharvey.org>Peter Harvey</A> </P> </DIV> </DIV> </BODY> </HTML>