3. Database issues
Design a database structure can greatly improve the speed of the program, of course, how to design the database structure is not the issue discussed in this article. Let's assume we've designed the database structure to see what
Timed | Executes Using the Global.asa to schedule ASP code execution.
Have you ever had some ASP code this is needed to execute every once in a while but, and you just didn ' t know it.
There is a solution this doesn ' t involve running any
The development of an asp.net based system, which initially uses R.A.D Treeview 2.5, often occurs when a control cannot be loaded. Originally thought to be the problem of the control itself, can later upgrade R.A.D TreeView to version 3.0, still
Long article page with page break to display, want to use ASP also realize this function, you can find only the method of paging according to the word count, but there is a bug in this method, that is, if you have UBB code in the content of the
Create | server | Shortcuts wshshell.createshortcut
The CreateShortcut method creates a Wshshortcut object and returns it. If the shortcut title ends with a. URL, the Wshurlshortcut object is created.
Grammar
Wshshell.createshortcut (strpathname) =
Data | database | Database connection a long time ago found a lot of flash friends post help Flash and database connection, so I studied, decided to write down on the Asp\php\jsp database connection method, today to everyone's flash and database
Sometimes write ASP with Conn.execute (SQL) query, UPDATE, insert Access database data, clearly correct statements are often displayed SQL statement errors, quite annoyed, special induction, can be appropriate for the field to add "[", "]" to
There is a method in the FSO that is createfolder, but this method can only create a new folder in the presence of a folder above it, so I wrote a function to create a multilevel folder automatically, which is very convenient for the generation of
Button Rest assured is absolutely I think out, as www.lgspy.com in my use, you look first, good words down, don't like to see. I don't like wasting my friends ' time.
_global.datas=0;//needs a global variable;
15; is a few lines per page;
///////////
Choose a Blog from mind_1220
Requirements:Ability to read the section and key of the INI file to read the corresponding value.such as a configuration fileSmsvote.ini---------------------------------[Smsvote]server= (local)Db=smsvoteUser=saPassword=12
Recently in the attempt to write ASP with components, some ideas are as follows, please correct me.You often restart IIS, so you need a batch file that saves the following two lines of code as Xxx.batnet stop w3svcnet start w3svcIt is often
'#####################################################' Function:' List Server session variable & application variable' Author:hardy He' Date:2003-3-12 23:30' Memo:be care for diffrent Virtul Path show diffrent session'###############################
Tip 9 How to update a locked DLL
If you are using visual Basic COM components, you must know that the error message "Cannot update DLL files, Access forbidden" that appears when updating component versions, may have been rejecting by it many times.
The previous article analyzes the basic syntax of a custom control. This time, write a control as an instance.
In asp.net, when you want to confirm the Click event for the button, the button buttons do not meet this requirement. Write your own
Pagination | data | database
REM A section of code that implements database record paging through GetRows in ASPDim IStart, IoffsetIStart = Request ("Start")Ioffset = Request ("Offset")
If not IsNumeric (IStart) or Len (IStart) = 0 ThenIStart =
Performance IIS defaults to processing VBSCRIPT, however we can see many examples of explicitly setting script language types through statements. The following test analyzes the performance impact of this statement.
Dim
Brief introduction
As an ASP programmer, the formation of a good programming strategy is essential, it helps us to develop easy to expand, module clear system, at the same time, can greatly improve the speed of accomplishing tasks. Here are a few
Solve the problem of executing special characters in database queries in ASP
This is often the case when querying a database:For example, to query a user's database for his username and his password, there are special characters in the name and
Now that CGI is fading, the ASP is on its way to replace it. CGI is also really too complicated for a personal homepage author, especially in database operations, which is incredibly complex and daunting. ASP, by contrast, is much simpler. Its
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.