搜索列表
-
在ASP中用组件检测当前网卡地址的代码
【ASP编程】Option Explicit Private Const NCBASTAT = &H33 Private Const NCBNAMSZ = 16 Private Const HEAP_ZERO_MEMORY = &H8 ...
在ASP中用组件检测当前网卡地址的代码 -
ASP中经常使用的SQL语句与教程说明
【ASP编程】1,SELECT 语句 在SQL的世界里,最最基础的操作就是SELECT 语句了。在数据库工具下直接采用SQL的时候很多人都会熟悉下面的操作: 复制代码 代码如下:SELECT what FROM whichTable WHERE criteria 执行以上语句...
ASP中经常使用的SQL语句与教程说明 -
大数量查询分页显示 微软的解决办法
【ASP编程】微软的解决办法 using System; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Windows.Forms; public class PagingSample: Form { // Form ...
大数量查询分页显示微软的解决办法 -
利用ASP实现事务处理的方法
【ASP编程】 利用ASP实现事务处理的方法 选择自 AppleBBS 的 Blog 关键字 利用ASP实现事务处理的方法 出处 在开发Web应用时,无一例外地需要访问数据库,以完成对数据的查询、插入、...
利用ASP实现事务处理的方法 -
ASP调用带参数存储过程的几种方式
【ASP编程】ASP调用带参数存储过程的几种方式 选择自 hxfwsk 的 Blog 关键字 存储过程 出处 作者: 讨饭猫 ASP调用带参数存储过程的几种方式 最近有很多的朋友问到调用存储过程的问题,这...
ASP调用带参数存储过程的几种方式 -
ASP调用SQL SERVER存储程序
【ASP编程】ASP调用SQL SERVER存储程序 出处 http://www.bmj2000.com/vb/techniccolumn/subDetail.asp?MainId=2&BoardId=asp&ItemId=%CA%FD%BE%DD%BF%E2%B2%D9%D7%F7&RecId=2216 调用数据库存储过程 <% &...
ASP调用SQLSERVER存储程序 -
用存储过程、GetRows()、抽取10万条数据的速度测试
【ASP编程】现有10W条数据,Access数据库保存 通过正常提取: 复制代码 代码如下:<% Set conn= Server.CreateObject("ADODB.Connection") c&Server.MapPath("db2.mdb") conn.Open connstr Set rs = Server.CreateObject ("A...
用存储过程、GetRows()、抽取10万条数据的速度测试 -
IBM DB2 日常维护汇总(二)
【DB2】正在看的db2教程是:IBM DB2 日常维护汇总(二)。 10.AIX下用哪个命令来安装DB2? INSTALLP命令 11.同一操作系统下可以安装多个DB2数据库? 可以的 12.如何停止实例? DB2STOP 13.如何启动实例? DB2START 14.如何修改注册...
|IB|BM|MD|DB|B2|2日|日常|常维|维护|护汇|汇总|总(|(二|二)|)| -
shtml精简教程让你知道什么是shtml
【CSS/HTML】目前,主要有以下几种用用途: 1、显示服务器端环境变量 2、将文本内容直接插入到文档中 3、显示WEB文档相关信息(如文件制作日期/大小等) 4、直接执行服务器上的各种程序(如CGI或其他可执行程序) 5、设置SSI信息显示格式(如文件制作日期/大小显示方式) 高级...
shtml精简教程让你知道什么是shtml -
javascript asp教程More About Recordsets
【ASP编程】Below we will attempt to access data from a database without knowing the column names. Clearly the best way to utilize data in your database is to keep track of your schema. Schema is the layout of data in your database. The concept is well beyond the scope of this web site, but it is ...
javascriptasp教程MoreAboutRecordsets -
javascript asp教程Recordset记录
【ASP编程】Recordset is another created/instanciated Object. It is a collection of data taken from a database. Recordset has 26 properties, 25 methods, 11 events, and two (2) collections. The vast majority of Recordset is beyond the scope of this web site. Quick Aside: The database we are using for l...
javascriptasp教程Recordset记录 -
javascript asp教程创建数据库连接
【ASP编程】While this section is devoted to ASP database utilization, it very important to remember that this web site is not intended to be a thorough ASP resource. Remember, the focus of this site is strictly limited to how to use JavaScript as your primary scripting language for ASP. You'...
javascriptasp教程创建数据库连接