My story with ASP (2)

2. Database After I made a little thing, I wanted to send it to the Internet. I used dynamic hosts and had no money to rent space. I thought that day, when we had money, we rented 2 Virtual Hosts and dual-Machine backup. You can see that your

Use ASP to read XML files

Dim objhttp, objxml, objxsl Set objxsl = server. Createobject ("Microsoft. xmldom ")Objxsl. async = falseObjxsl. Load (server. mappath ("RSS. XSL ")) Set objhttp = server. Createobject ("Microsoft. XMLHTTP ")Objhttp. Open "get", objurl,

One of ASP Component beginner and master series

For a long time, I want to write some component applications. During this time, I can finally write something I like. I hope you can write your own components as you like after learning these tutorials. Each article may not be associated, but it is

ASP Component intermediate entry and proficient Series

Seven articles have been written in the preliminary tutorial. There must be some preliminary things to write. I will add them slowly.   Intermediate tutorial content: This may also be the most important concern: database operations and

ASP Component intermediate entry and master series II

Let's take a look at the application object. Previously, application objects were often used for the connection string between counters and databases. Take the counter as an example: Check the global. Asa file first. This is relatively simple.  

ASP Component intermediate entry and proficient Series 3

Session is much simpler than session. View Open VB6 and create an ActiveX dll project. Change project name to fcom and class name to fz3Reference the "Microsoft Active Server Pages object" Object Library.Create two component events: onstartpage and

ASP Component beginner and master series 3

How to use attributes Open VB6 and create an ActiveX dll project. Change project name to fcom and class name to FC2 Choose> Tools> Add process. Enter myname in the name, type selection attribute, range selection public, and then OK Operation again:

ASP Component beginner and proficient Series 4

Array Problems Arrays are used in many programs and are prone to problems. Let's take a look at the small example   Open VB6 and create an ActiveX dll project. Change project name to fcom and class name to FC4 Choose> Tools> Add process. Enter

ASP Component beginner and proficient Series 8

Let's make a component, a component that can generate a guid Guid) A guid can be expressed as a 32-character hexadecimal format. Com provides a system-level function named cocreateguid, which can be used to generate a new guid. This function relies

ASP Component beginner and master series 6

Error Handling If an error occurs on the page but the error is not processed, the page displays an error that the user may not understand. Can be used in ASP scripts On Error resume next ...... If err. Number <> 0 then Response. Write err.

ASP Component intermediate entry and proficient Series 5

Let's take a look at the response object. In fact, we have been using the write method of this object in the previous tutorial. Here we use the response object to set the cookie. ? Open VB6 and create an ActiveX dll project. Change project name

ASP Component intermediate entry and proficient Series 6

As a built-in ASP object, we finally learn server objects. Server objects use HTML encoding, URL encoding, and webpage redirection and transmission. ? Open VB6 and create an ActiveX dll project. Change project name to fcom and class name to

ASP Component intermediate entry and proficient Series 7

Start database operations. Common component Encapsulation 1 .? Encapsulate the database connection information. 1> ???? Directly return the database connection string, for example, in the component Public? Function? Datasource ()? As?

Classic insert statement using ASP database

No matter what method, image, EXE, or RAR ====, you only need to change the suffix to ASP through other methods, but you need to insert a language in ASP: Save. Then, the local structure of the submission form, the content of the action points

Learn to use stored procedures in ASP

dsn

Learning to use stored procedures is a must for ASP programmers. All large databases support stored procedures, such as Oracle and ms SQL. (However, MS Access is not supported. However, parameterized queries can be used in access ).Stored Procedures

Some comments about ASP and ASP programmers...

During this time, the future of ASP and the discussion about ASP are better. Of course, everyone's heart is good, but what some friends say is really depressing ....... In my opinion, ASP will be applied to B/S systems of many small and medium

Implement rssreader using ASP + XMLHTTP

Demo: http://goaler.xicp.net/RssReader.asp RSS Resource: "onfocus = select ()> & nbsp; double-click the mouse to close the abstract. Only the title is displayed.If (Request ("rssfeed") = "") thenUrl = "/rss2.asp"ElseUrl = request ("rssfeed ")End

ASP. NET

From: http://www.guoblog.com/blogview.asp? Logid = 202 Public Function valuesepr (byval rawstring as string, byval sepchar as string) as stringIf instr (1, rawstring, sepchar) <> 0 thenValuesepr = Microsoft. VisualBasic. Right (rawstring, Len

A side menu bar written by ASP

Demo: http://goaler.xicp.net/demo/colspanmenu.asp Class menus Public title, ID, image, titlecolor, target, background, headimage, height, width, bgcolor, StylePrivate menuitem, menustr Private sub class_initializeTitle = ""Id = ""Menuitem = ""Image =

Use ASP to modify the Registry

From: http://edu.cn700.com/ After reading this, you can use ASP to modify the registry! Have you heard of the well-known wsh? It is short for Windows Script Host, and wsh is a script command on Windows platform. It has powerful functions, in

Total Pages: 1800 1 .... 1323 1324 1325 1326 1327 .... 1800 Go to: GO

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.