Iis| shows that most recently people have been asked not to display the details of ASP errors in Win2000 and IIS5, but only the error number, such as "Error Id800xxxxx", which makes debugging of the program inconvenient, some people take the 500-100
Data | Database system environment:
1, operating system: Windows 2000
2. Database: Oracle 8i R2 (8.1.6) for NT Enterprise Edition
3, Installation path: C:\ORACLE
Access method:
1, connect to the Sql*plus to System/manager user login,sql> conn
Verification Code Author: loster (oicq:181306) if reproduced, please do not remove this trip, thank you.
Now many Web sites need to enter the login verification code, the verification code is generally in the form of pictures displayed. In this way,
Data | databases | arrays
Batch Input method of database record by using array in ASP (original)Demo: http://www.zwtd.com/1/yanek/n/needdj2.aspREM article topic ASP using array to realize the batch input method of database record (original)Author:
Data | database | Online with the development of Internet, database application has been developing in the direction of simple operation and practical function in the network environment. This paper introduces how to use ASP technology to
asp.net I think asp.net is more difficult than ASP, I hope we are ready. It is difficult to achieve the same effect there are many ways, you may be puzzled. 10 days of the series of tutorials will be clear to write a variety of methods, so that
Traversal | Traverse Directory | function
' I wrote a function that traverses the directory and the files in the directory,%>function Bianli (path)Set Fso=server. CreateObject ("Scripting.FileSystemObject")On Error Resume NextSet OBJFOLDER=FSO.
All along, want to write some components of the application, this time can finally write a bit of their favorite things.
I hope that after learning these tutorials, you can write your own components at will.
Each article may not be related, just
How to register a component
1. Absolute path to Regsvr32 component
such as: regsvr32 c:\test\fc1.dll
Because the component can be used as long as it is registered, it has nothing to do with the location of the component.
2. Registered in the
Array problem
Arrays are used in a lot of programs and are more prone to problems
Let's take a look at a small example
Open VB6 and create a new ActiveX DLL project. Project name modified to fcom, class name modified to FC4
Click menu-> Tool->
Error handling
If the page goes wrong without handling the error, the page displays an error that a user may not be able to read.
In ASP scripts, you can use the
On Error Resume Next
......
If Err.number<>0 Then
Response.Write Err.Description
Asp.net| Stored Procedures | Control VSS control stored procedures and their asp.net remote debugging
Server Installation:
One, VSS 6d
Second, the vs2003.net, the server installs at least as the figure content:
Client:
Statement selecting records from an Access database is one of the most frustrating things to do in the order in which they are entered in the database. Even if you use sort by to change the view of a record in an access environment, the order of
statement when your query is relatively simple, every time you create a SQL statement from scratch is not time-consuming, however, complex queries are different, each time from scratch will produce a lot of development errors. So, once you have SQL
Statement | Execution after learning the structure and purpose of a SELECT statement, you should learn how to use it. Under the database tools you have, this may mean that you have to press a button that says "execute." On an ASP Web page, you can
Statement the SQL statements we've talked about so far are relatively simple, and if you can go through a standard recordset loop query, these statements can also meet some more complex requirements. But why do we have to stick to the basic
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.