Using A mySQL Databases by Ben O'Neill Databases are the best way to keep your web site up-to-date and dynamic. Databases are used these days by thousands of web sites. They are used for storing news and general information. Web sites like the ASP Index (www.aspin.com) are run on large databases. Databases make a web site easy to update and once you have the base ...[ 查看全文 ]
Start! 下面是创建存储过程 CREATE PROCEDURE select_forum AS select * from forum Go xx.aspx <%@ Page Language="VB" % <%@ Import Namespace="System.Data" % <%@ Import Namespace="System.Data.SQL" % <% dim conn as SQLConnection dim cmd as SQLCommand dim myreader as SQLDataReader conn=new SQLConnectio("server=localhost;uid=sonysce;pwd=1netsg;database=1net") cmd=new SQLCom...[ 查看全文 ]
test.asp[code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" <html<head <titleactivex组件应用例子一</title</head <% '--------------------------------------------------------- 'activex组件应用例子一 '读取sql server 7 pubs数据库中authors表并分页显示 'asp文件中负责调用并前台数据检验,这里主要指page参数 '该例...[ 查看全文 ]
新手如何使用 PHP 创建RSS阅读器 Jacques Noah在Devshed上发表了一篇关于在PHP4与任意版本的 Mysql 搭建的平台下创建一个基于PHP的RSS阅读器的文章,RSS文档中有三个主要的标签:Title,link和description,分别包含着像它们名称提示一样的信息。 Jacques列举了来自一个RSS文档的两段代码,包含开始部分和结尾部分,并说明创建PHP的RSS阅读器之前所需要...[ 查看全文 ]
<%@ Page Language="VB" % <script language="VB" runat="server" Const COOKIE_NAME As String = "test-cookie-name" Const COOKIE_VALUE As String = "test-cookie-value" ' Declare our cookie object Dim objCookieObject As HttpCookie Sub btnSetCookie_OnClick(Sender As Object, E As Even...[ 查看全文 ]