Computer and Modernization ›› 2009, Vol. 1 ›› Issue (12): 46-50,5.doi: 10.3969/j.issn.1006-2475.2009.12.013

• 软件工程 • Previous Articles     Next Articles

Comparative Study of Database Access Technologies

WEI Zu-kuan1, JIANG Li-juan1, KIM Jae-hong2

  

  1. 1. School of Computer Science & Engineering, University of Electronic Science and Technology of China, Chengdu 610054, China;2. Department of Computer & Information Engineering, Youngdong University, Yongdong 370701, Korea
  • Received:2009-02-09 Revised:1900-01-01 Online:2009-11-27 Published:2009-11-27

Abstract: Two database access technologies based on ODBC, DAO, RDO of relational database access and ADO, ADO.NET of various data source access are proposed. By comparative study of the two technologies with access theorem and efficiency analysis, the results indicate that, when it visits relational database, the access speed of RDO is quickest, the DAO next best, ODBC is slowest. And when it visits each kind of data sources, efficiency of ADO.NET surpasses ADO, but in executive efficiency ADO is highest, SQL Server.NET data provider for ADO.NET is higher than OLE DB.NET, and in order to enhance executive efficiency of ADO.NET, it suggests that different data source adopts corresponding data provider. And there are outstanding merits and appropriate scope for all kinds of access technologies.

Key words: data access, ADO.NET, ODBC, DAO, RDO

CLC Number: