搜索资源列表
arsdb_src.zip
- 作者自己写的个Database和RecordSet类
querydef.zip
- 使用ODBC实现的一个动态RecordSet
作者自己写的个Database和RecordSet类
- 自己编写的一个数据库,连接的Database和RecordSet类-themselves prepared a database connectivity and Database category RecordSet
vsprintvsflex8
- 用 vsFlexGrid 时,如果用 Add 方法逐个添加数据,跟在 Excel 中用Range()设置单元格的数据一样的慢,所以需要有些技巧,举例来说:在Excel中填写一个数据区域,可以将将要填写进去的数据按单元格的排列事先加入相应的制表符以及回车符号,组合成一个大的字符串,然后帖进去,会很快。 VsFlexGrid 在需要填充的数据多时会比较慢,同样条件的前提下,VB会明显快些! 数据加载速度慢可以通过直接绑定ADO的记录集,那样会很快,只是显得没有个性。比如从后台
ProductSearch133
- <%@ LANGUAGE=\"VBscr ipt\" %> <!--#include file=\"conn.asp\" --> <% ProductClass_2=request(\"ProductClass_2\") set rs=server.createobject(\"adodb.recordset\") sqltext=\"select * from Product\" if request(\"Product_N
Reg_User_22
- <%@ LANGUAGE=\"VBscr ipt\" %> <!--#include file=\"conn.asp\"--> <% set rs=server.createobject(\"adodb.recordset\") sqltext=\"select * from RegUser where UserId= \" & request.form(\"uid\") & \" \" rs.open sqltext,co
MicrosoftJetSQL_reference
- 使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 Recordset对象时
Store_proc_ado_recordset
- 利用ADO的recordset对象执行带参数的存储过程,并返回记录集的例子。带数据库文件。有详尽说明
ydm
- 我对mo安装目录下VB的MoView例子的frmIdentify窗体修改,其中添加 了1个label空件组(10个),1个text控件组(10个),2个command(Edit 、Save)按钮,要实现的功能是对读入的图形文件的相关记录的指定字段的 属性值,并能保存,用了Recordset对象的Edit函数、Update函数,
SQL
- 使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 Recordset对象时。
ADO
- vc++中使用ado技术的一套模板,十分好用, 包括connection,和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)
读写SQL中的image字段.zip
- Private Declare Function DeleteFile Lib "kernel32" Alias "DeleteFileA" (ByVal lpFileName As String) As Long '************************************************************* Public Function ImportPhoto(sPicFile As String, sEmpID As
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
VBJSON
- VB6.0用的最好的JSON解析工具。支持JSON消息的解析和处理。源代码值得一看,非常不错。官方网站:http://www.ediy.co.nz/vbjson-json-parser-library-in-vb6-xidc55680.html-VB-JSON is a Visual Basic 6 class library for parsing and emitting JSON (Javascr ipt Object Notation) and can handle nested arr
LabSQL-ADO-functions
- labview ado toolkit 数据库的好帮手-labview ado toolkit database is a good helper
querydef
- 使用ODBC实现的一个动态RecordSet-Using ODBC to implement an dynamic recordset
clsADODB
- Type of communication with SQL server... Class that use asyncronouns recordset, commands and connections-Type of communication with SQL server... Class that use asyncronouns recordset, commands and connections...
recordset-combo
- recordset and combo box