搜索资源列表
datagrid
- 数据登陆,使用VB实现数据库的链接并且实现数据操作
ADO+Datagrid数据库全操作VB.rar
- ADO+Datagrid数据库全操作 主要是对ADO控制Datagrid的表格输出演示,ADO Datagrid main database fully operational control of ADO in the table Datagrid Lattice output demo
DataGrid_To_EXCEL
- 利用VB将DataGrid中的数据导出到EXCEL表格中!-VB will use the data in the DataGrid Export to EXCEL table!
datagrid
- vb编写的datagrid控件与access相连的应用实例,利用连接字符串相连,点击命令按钮可添加当前时间到数据库。-vb prepared datagrid controls access linked with the application, using connection string connected, click the command button can be added to the database current time.
DataGrid
- VB操作数据库的一些实例之DataGrid控件的使用方法-VB Some examples of the operation of the database to use the DataGrid control
052130EX_7
- ADO数据控件及其相关应用 通过使用数据控件在vb环境下连接数据库,完成了以下功能: (1) 使用ADO控件实现对数据库文件的连接,双表查询功能,在绑定的控件中实时显示数据库中的数据,设置数据控件ADO属性为不可见,实现数据的逐条浏览,且禁止修改。 (2) 在窗体上放置ADO控件和datagrid控件,完成按专业统计各专业的人数,按平均成绩统计前8名和按专业排列高数平均成绩的操作。 (3) 使用数据窗体向导,构筑数据访问对话框,选定MSHFlexGrid数据网格窗体,主细表形式窗
ASTGTest
- 本文主要初步介绍在VC6环境下利用CADO class,datagrid分页显示数据。 1、用VC操作数据库是非常麻烦的,网上关于VC下利用ADO和datagrid操作数据库的教程也很多,但无非是相互抄袭。 2、ADO使用起来麻烦,然而一个老外写的ADO Classes我感觉还是挺好用的。包括两个文件ado2.h和ado2.cpp,而网上关于使用这个类进行ADO数据库操作的文章不多。 3、VC6.0下的datagrid貌似没有.net的那么强大,也没有VB6那么好用。连分页都显得麻烦
201171211969
- 简单VB与数据库之间的通信.以及DATAGRID的使用.功能有 浏览,统计和每天的添加..仅供新手学习代码只用 -Simple communication between VB and the database. And DATAGRID use. Function browsing, statistics and add a day .. for novices to learn the code only
12
- VB中ADO 统计示例及Datagrid演示程序源码,很不错的VB源码,适合VB爱好者学习研究。-VB ADO statistical sample and Datagrid demo program source code, a very good VB source code for VB lovers learn.
13
- VB中的ADO控件和DATAGrid数据打印报表,很不错的VB源码,适合VB爱好者学习研究。-ADO control in VB and DataGrid data to print a report, a very good VB source code for VB lovers learn.
VB_DataGrid
- VB利用DataGrid控件显示数据库中数据信息-VB DataGrid control display data in the database
VB-DataGrid-ADO-bianchen
- 对数据库编程很好的实例,自己在上面学了好多东西-Good example for programming
ADOPDataGrid
- 在VB中使用ADO+DataGrid操作数据库-Operation of the using ADO+ DataGrid
vb 数据库入门
- 1.建立access数据库 2.建立data控件绑定数据库,并使用datagrid显示数据库内容