CSDN首页 空间 新闻 论坛 Blog 下载 读书 网摘 搜索 .NET Java 视频 接项目 求职 在线学习 买书 程序员 通知
山寨机中的战斗机! 程序优化工程师到底对IT界有没有贡献
CSDN社区
搜索 收藏 打印 关闭
CSDN社区 >  Java >  Web 开发

jdbc!

楼主coaa(scorpion)2001-03-18 19:27:00 在 Java / Web 开发 提问

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

1 楼skyyoung(路人甲)回复于 2001-03-19 14:38:00 得分 5

资料:  
  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.    
  Top

2 楼coaa(scorpion)回复于 2001-03-19 14:49:00 得分 0

那么大家最常用的是那一种呢?  
  JDBC/ODBC桥真的不适用于实际开发吗?   Top

3 楼skyyoung(路人甲)回复于 2001-03-19 14:56:00 得分 0

of   course   pure   jdbc-net   pure   javaTop

4 楼backlove(我愿意)回复于 2001-03-19 20:06:00 得分 5

同意楼上的Top

5 楼coaa(scorpion)回复于 2001-03-22 19:02:00 得分 0

派分!Top

相关问题

  • jdbc
  • jdbc
  • JDBC
  • jdbc for domino:
  • jdbc drivers????????????????????????????
  • jdbc for sqlServer2000
  • jdbc for sqlServer2000
  • JDBC_ODBC
  • JDBC和ORACLE
  • jdbc求助!

关键词

  • jdbc
  • database
  • code
  • api
  • driver
  • odbc
  • native
  • piece
  • call
  • that translates

得分解答快速导航

  • 帖主:coaa
  • skyyoung
  • backlove

相关链接

  • CSDN Java频道
  • Java类图书
  • Java类源码下载

广告也精彩

反馈

请通过下述方式给我们反馈
反馈
提问
网站简介|广告服务|VIP资费标准|银行汇款帐号|网站地图|帮助|联系方式|诚聘英才|English|问题报告
北京创新乐知广告有限公司 版权所有, 京 ICP 证 070598 号
世纪乐知(北京)网络技术有限公司 提供技术支持
Copyright © 2000-2008, CSDN.NET, All Rights Reserved
GongshangLogo