设为首页收藏本站Access中国

Office中国论坛/Access中国论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

返回列表 发新帖
查看: 1450|回复: 1
打印 上一主题 下一主题

[ADO/DAO] 什么是ADO?

[复制链接]
1#
发表于 2008-8-22 15:47:40 | 显示全部楼层

请读ACCESS VBA帮助 Microsoft ActiveX Data Object (ADO)

Microsoft ActiveX Data Objects (ADO) enable your client applications to access and manipulate data from a database server through an OLE DB provider. Its primary benefits are ease of use, high speed, low memory overhead, and a small disk footprint. ADO supports key features for building client/server and Web-based applications
简单说就是用来写客户端程序,高效地管理数据库服务器如SQL Server的。
       Set dbODNList = New ADODB.Connection
        strdbodnlist = "Provider='sqloledb';Data Source='10.211.100.123';" & _
        "Initial Catalog='RRMB_Live';User ID='rrmb_read_only';password='**********';"
        dbODNList.Open "select * from tb_ASC_LLI"
...
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|站长邮箱|小黑屋|手机版|Office中国/Access中国 ( 粤ICP备10043721号-1 )  

GMT+8, 2024-5-28 21:28 , Processed in 0.094531 second(s), 23 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表