当前位置:  技术问答>java相关

jdbc!

    来源: 互联网  发布时间:2014-12-28

    本文导语:  请比较:JDBC/ODBC桥,本地API半JAVA,JDBC-NET纯JAVA,本地协议纯JAVA,四种驱动程序的优劣,各自的实用范围,以及各位同行们最常采用的是那一种? | 资料: There are four types of JDBC database dri...

请比较:JDBC/ODBC桥,本地API半JAVA,JDBC-NET纯JAVA,本地协议纯JAVA,四种驱动程序的优劣,各自的实用范围,以及各位同行们最常采用的是那一种?

|
资料:
There are four types of JDBC database driver: Driver type code Explanation Comment 
1 The JDBC/ODBC bridge driver A piece of native C-code that translates a JDBC call to an ODBC call. Use this driver for development, not for industrial-strength application environments. Note that you have to have an ODBC database driver manager + an ODBC database driver installed on the server in addition to the JDBC/ODBC bridge. 
2 Native API partly java driver A piece of native C-code that translates a java JDBC call to a native database call level API. Use this driver for development and deployment. Due to its native code, this driver can only be used by Java Applications with full computer access (i.e. not Applets). 
3 JDBC-Net pure Java driver A piece of pure java code that translates an incoming JDBC call to an outgoing database Net protocol call (such as SQL*Net). Use this driverfor development and deployment. Flexible and powerful, this driver can be used by any Java component and requires only connect access to work. 
4 Native protocol pure Java driver A piece of pure java code that translates an incoming JDBC call to an outgoing database native protocol call (such as Oracle CLI). Use this driver for development and deployment. This driver type is the recommended one for server-side java development unless a type 2 driver has considerable performance advantages. 

|
同意楼上的

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    操作系统 iis7站长之家