VB 数据库基础开发与应用 ADODB.Connection '连接对象 ADODB.Recordset '记录集 工程->引用->Microsoft ActiveX Data Objects 2.X Library Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=数据库地址 Jet OLEDB:DataBase Password='密码' 1.数据库创建及VB中连接 2.添加数据 3.读取数据 4.修改数据 5.删除数据 6.搜索数据 7.总结 1)添加修改防数据重复 2)多条件搜索 3)代码意思
本帖隐藏的内容1.数据库创建及VB中连接
http://you.video.sina.com.cn/b/61317726-1710518470.html
2.添加数据
http://you.video.sina.com.cn/b/61318404-1710518470.html
3.读取数据
http://you.video.sina.com.cn/b/61318210-1710518470.html
4.修改数据
http://you.video.sina.com.cn/b/61319490-1710518470.html
5.删除数据
http://you.video.sina.com.cn/b/61306577-1710518470.html
6.搜索数据
http://you.video.sina.com.cn/b/61321832-1710518470.html
7.总结
http://you.video.sina.com.cn/b/61321608-1710518470.html
教程下载
http://115.com/file/dn0quv02#
VB数据库开发与应用.7z
|