利用ADO的recordset对象执行带参数的存储过程,并返回记录集的例子。带数据库文件。有详尽说明
上传时间: 2013-11-26
上传用户:ruan2570406
MFC的recordset类通过ODBC方式连接数据库,编写的一个数据库应用程序,对初学数据库编程的人有帮助
上传时间: 2016-12-08
上传用户:a673761058
用来给从数据库返回出来的recordset数据进行在网页中分页,针对数据量不是海量的情况下使用
上传时间: 2013-12-01
上传用户:love_stanford
自己编写的一个数据库,连接的Database和recordset类
上传时间: 2013-12-07
上传用户:caixiaoxu26
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% ProductClass_2=request("ProductClass_2") set rs=server.createobject("adodb.recordset") sqltext="select * from Product" if request("Product_Name")<>"" then sqltext=sqltext &" where Product_Name like %"& request("Product_Name") &"% " else sqltext=sqltext &" where Product_Name like %"& "" &"% " end if if request("Product_Class")<>"" then sqltext=sqltext &" and Class_1 like %"& request("Product_Class") &"% " end if
标签: ProductClass lt LANGUAGE VBSCRIPT
上传时间: 2013-11-25
上传用户:wl9454
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp"--> <% set rs=server.createobject("adodb.recordset") sqltext="select * from RegUser where UserId= " & request.form("uid") & " " rs.open sqltext,co
标签: lt LANGUAGE VBSCRIPT include
上传时间: 2013-12-08
上传用户:yuanyuan123
使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 recordset对象时
上传时间: 2013-12-15
上传用户:gxrui1991
我对mo安装目录下VB的MoView例子的frmIdentify窗体修改,其中添加 了1个label空件组(10个),1个text控件组(10个),2个command(Edit 、Save)按钮,要实现的功能是对读入的图形文件的相关记录的指定字段的 属性值,并能保存,用了recordset对象的Edit函数、Update函数,
标签: frmIdentify MoView 目录 修改
上传时间: 2016-04-28
上传用户:as275944189
使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 recordset对象时。
上传时间: 2014-01-08
上传用户:lijinchuan
SQL 合计函数 使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 recordset对象时。 Avg 函数 Count 函数 First, Last 函数 Min, Max 函数 StDev, StDevP 函数 Sum 函数 Var 和 VarP 函数
上传时间: 2017-01-27
上传用户:1583060504