ASP database category
ASP database category 1, the preamble referred ASP database operation, the majority of people will think: sharing the connection string ConStr, Conn.Open ConStr the establishment of a database connection, Conn.Execute…
ASP database category 1, the preamble referred ASP database operation, the majority of people will think: sharing the connection string ConStr, Conn.Open ConStr the establishment of a database connection, Conn.Execute…
ASP commonly used function, in the hope that use.
<%
Dim db
Db = "dbms.mdb"
'************************************************* *****************
'Implementation sql statement, does…
Return Letter mail address, the contents of decoding! Online collection, the specific provenance unknown!
<form Name="form1" method="post" action="">
<table Width="95%" border="0"…
In the original asp procedures used asp.net add function modules, SESSIONs sharing is a difficult, here's a more concise way, in the asp and asp.net sharing session in the session.
Login pages using C # re-create, in the successful implementation of statements Login: …
<table Width="100%" border="0" align="center" cellspacing="0" cellpadding="0" style="TABLE-LAYOUT: fixed">
<%
Sql = "select top 4 * from Ad where checked = true"
Rs.Open…
Chong Chong spirits, from the Internet to download the ASP source code, the time for study and research.
An open file, the code as hieroglyphics. Are very depressed it: (
The Internet is to find a declassified, in a document to pay a file open, copy, paste,…
Sometimes we need to do website will be more than the unilateral form in the same pages dealing with the procedures page form how we know that the form was submitted and dealt with accordingly?
Here is an example:
'''''''''''''''''''''…
Array () FUNCTION: to return to an array SYNTAX: Array (list) ARGUMENTS: character, figures may EXAMPLE: <%
Dim myArray ()
For i = 1 to 7
Redim Preserve myArray (i)
MyArray (i) = WeekdayName…
ASP understanding of the built-in objects
ASP-Application, AspError, Request, Response, Session, ObjectContext, seven Object Server (Object), and each object has its own properties (Property), the method (Method), set (Collection) or event (Event) . now…