zoukankan      html  css  js  c++  java
  • he unixODBC Project home page

    unixODBC


    he unixODBC Project home page

     

    Do you support unixODBC?

    We are compiling a directory of applications, languages and databases which support unixODBC. If you would like your products included please let me know.


    What is the unixODBC Project?

    The unixODBC Project goals are to develop
    and promote unixODBC to be the definitive standard for ODBC on non MS Windows
    platforms. This is to include GUI support for both KDE and GNOME.

    What is ODBC?

    ODBC is an open specification for providing
    application developers with a predictable API with which to access Data
    Sources. Data Sources include SQL Servers and any Data Source with an ODBC
    Driver. 

    Why use ODBC?

    The two major advantages of choosing to
    code an application to the ODBC API are;

    Portable
    Data Access Code

    The ODBC API, as outlined by X/Open and
    ISO, is availible on all major platforms. Microsoft platforms include many
    enhancements to this specification; these enhancements are also supported by unixODBC

    Dynamic
    Data Binding

    This allows the user or the system administrator
    to easily configure an application to use any ODBC compliant data source.
    This is perhaps the single biggest advantage of coding an application to
    the ODBC API and to purchase these applications. Dyamic binding allows
    the end-user to pick a data source, ie an SQL Server, and use it for all
    data applications without having to worry about recompiling the application. 


    The unixODBC team has reached this objective
    by providing the best technical solution to ODBC demands on the Linux platform.
    Also; ALL unixODBC development is and will be distributed under GPL or
    LGPL. The LGPL on libs will ensure that commercial solutions will
    be able to utilize unixODBC
    .

  • 相关阅读:
    Python实现二分法查找
    Python实现冒泡排序
    issues:closeForm字段默认值设置,roo创建应用的默认语言设置
    howto:IEDA 中运行Maven项目
    将繁体中文国际化文件,变为简体中文国际化文件
    JasperServer安装XP异常解决
    note:maven 简介
    note:addon开发基础知识
    issues:close 云端 STS 启动报找不到 jdk
    小程序ios设置map圆角不生效的问题解决方案
  • 原文地址:https://www.cnblogs.com/lexus/p/2543063.html
Copyright © 2011-2022 走看看