vb6.0+acess数据库编程,用adodc,用commandbutton增加一条记录怎么编程

[复制链接]
查看11 | 回复2 | 2009-7-23 08:11:05 | 显示全部楼层 |阅读模式
在用Adodc连接数据库前不要忘了加引用数据库引擎 microsoft Jetand ...'连接数据库Private Sub Form_Load()On Error Resume NextAdodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\你的数据库名.mdb;Persist Security Info=False"Dim strquery As Stringstrquery = "select * from 表名"Adodc1.CommandType = adCmdTextAdod...
回复

使用道具 举报

千问 | 2009-7-23 08:11:05 | 显示全部楼层
rsRecordSet是怎样打开的呢?要这样rsRecordSet.Open "select * from 表 ",cn, adOpenStatic, adLockOptimistic...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行