ASP eighth day of the 10-day Institute

  Learning Objective: To learn the basic database operations 4 (revised record) 
  First look at the code: 
<%
  Set conn = server.createobject ( "adodb.connection") 
  Conn.open "driver = (microsoft access driver (*. mdb)); dbq…

10 days of the sixth Institute of ASP

  Learning Objective: To learn the basic database operations 2 (for record) 
  In the fourth, we had such a procedure: 
<%
  Set conn = server.createobject ( "adodb.connection") 
  Conn.open "driver = (microsoft access driver (*….

10 Institute of ASP ninth day

  Learning Objective: SESSION basic components, summing up response, the request components. 
  First, some members of the system will use any procedural detection is not user has landed this step.    This uses SESSION components, we see a code below to illustrate. …

Asp do with the remote access interface

  Before that many users asked to have two servers, how these two servers on the exchange of visits between mdb database data.    Today, a remote interface, xml mdb return in the form of data.    The main idea is to use through recordset object method will save the data to…

ASP packing procedures used InstallShield

  # Include "ifx.h" / / can not move 
  ////////////////////////////////////////////////// //////////////////////////// 
  / / Use InstallShield for ASP software package and automatic installation 
  / / Original Author: Jia (Jaron) …

[API] create MDaemon users with ASP

  ////////////////////////////////////////////////// //////////////////////////// 
  / / [MDaemon] create MDaemon users with ASP 
  / / Original Author: Jia (Jaron) 
  / / Web site: http://www.jiangdu.net; 
  / / E-mail: jaron@jdinfo.net …

Asp_dll

  CSDN - Documentation Centre - in the ASP DLL heading ASP debugging environment configuration smuzy Destination (original) Keyword ASP DLL component debugging three-VB Frontpage InterDev 

  Now engage in the three-tier…

ASP in the use of SQL Server and MSDE

  Author of February Microsoft Community Star Microsoft China Community Star 

  SQL Server from Microsoft Windows environment is a common database server software, is also frequently used in the ASP application of the database.    This article focuses on SQL Server…

Unlimited classification (ASP)

  Relatively simple one page, similar csdn forum in the list on the left ns 

  Description: 

1.

  Data: tree.mdb 

  Table: tree 

  Table Structure: id (self) pid (digital) content (text) link (text) …

Using pure ASP code Picture

  Source Author: Zhuifeng 

  Site preparation with ASP applications a long time, will inevitably encounter a wide range of issues, including on how to upload files to the server is probably the most problems encountered, especially upload pictures, for example, you want to…