搜索资源列表
arsdb_src.zip
- 作者自己写的个Database和RecordSet类
querydef.zip
- 使用ODBC实现的一个动态RecordSet
vsprintvsflex8
- 用 vsFlexGrid 时,如果用 Add 方法逐个添加数据,跟在 Excel 中用Range()设置单元格的数据一样的慢,所以需要有些技巧,举例来说:在Excel中填写一个数据区域,可以将将要填写进去的数据按单元格的排列事先加入相应的制表符以及回车符号,组合成一个大的字符串,然后帖进去,会很快。 VsFlexGrid 在需要填充的数据多时会比较慢,同样条件的前提下,VB会明显快些! 数据加载速度慢可以通过直接绑定ADO的记录集,那样会很快,只是显得没有个性。比如从后台
MicrosoftJetSQL_reference
- 使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 Recordset对象时
MapXwasusedincsharp
- 实现mapx从数据库读取数据形成新图层分为两个问题:1.mapx从数据库读取数据形成新图层;2.将datatable转换为ado的recordset
oledb-3
- Adding bookmark functionality is relatively easy and it enables our ADO recordset to be used with a greater number of data bound controls. 给DataBound控件增加书签功能(52KB)
gdijh.rar
- VC报表打印程序源码。功能介绍:这个报表打印程序可以支持很多功能:包括存储dbf库、排序、预览、打英字体及纸张的设置等,最主要得是它解决了一个大量记录集查询 。内存涨大的问题。试试就知道了。,VC report print program source code. Function Descr iption: This report print program can support a lot of features: including storage dbf library, sortin
querydef
- 使用ODBC实现的一个动态RecordSet-Using ODBC to implement an dynamic recordset
PhoneBook
- RMS记录集源码,实现一个手机上通讯录的基本功能-RMS recordset source, the realization of a mobile phone address book of the basic functions of
defquery
- This program give us a example that a complete implementation of a dynamic recordset
sample1
- 1在组对话框上进行子对话框之间的切换 2使用VC++播放FLASH文件 3在VC++中使用MFC ODBC技术访问ACCESS数据库 4为数据库中的每个表映射一个记录集类型 5Singleton类的使用 6ini文件的读写 7使用VC++直接发送Email-1 in the group sub-dialog box on the dialog box to switch between the 2 using the VC++ Play FLASH paper 3 in
GpsServer
- 一个连接oracle,并使用存储过程返回记录集的示例-A connection oracle, and use the stored procedure return recordset example
listbox2
- Full a listbox based on a recordset
20080229_44eaf8d1b1b26bbeeeefA7ef4As97Xyt
- 支持预览打印的控件源码 这是我这几天开发的一个小控件,看看过一阵我把他封装成 com 不过这个没经过太多的测试。如果有什么不好的谅解。。 功能介绍:不过他可以支持很多功能 包括 存储dbf库 排序 预览 打印 字体及纸张的设置等 最主要得是它解决了一个大量记录集查询 。内存涨大的问题。试试就知道了。不过我觉的。还得完善-Support for source control to print preview this is the last few
LabSQL
- 这是labview的labsql的包,把他放到LabVIEW的目录下即可使用,我找了很久的-This is the package labsql of labview, LabVIEW put him to use the directory, I am looking for a long time
qiyerenshiguanli
- 企业人事管理系统,内有代码和运行的结果,共大家参考-Private Sub cmdOK_Click() Dim txtSQL As String Dim ID As String Dim rstLogin As New ADODB.Recordset Dim flag As String Dim conn As New ADODB.Connection Dim miCount As Integer gUserName = "" gUserKind = "" I
AdoAccess
- // 使用ADO创建数据库记录集 m_pRecordset.CreateInstance(__uuidof(Recordset)) // 在ADO操作中建议语句中要常用try...catch()来捕获错误信息, // 因为它有时会经常出现一些想不到的错误。jingzhou xu try { m_pRecordset->Open("SELECT * FROM pru", // 查询DemoTable表中所有字段 -//Create a dat
LabSQLADOfunctions
- LABVIEW ACTIVE DATABASE OBJECT控件的使用全集,适合初中级使用者 功能强大实用-labview of third-party SQL tool free software package produced by LABSQL function can achieve a good basic
adoce
- 将Connection 类和 Recordset 类 的指针封装在一个类中, 对数据库的打开,表的建立,SQL 查询 字段及记录的操作提供了详尽且方便的接口-The Connection and Recordset class pointer type is encapsulated in a class, open the database, table creation, SQL query field and provides a detailed record of operati
VC_programming_ADO_recordset_database_instance_mov
- VC编程使用ADO在数据库中移动记录集实例VC programming using ADO recordset in the database instance move-VC programming using ADO recordset in the database instance move
