ASP Performance Test Part II (EXT) (ix)

Source: Internet
Author: User
Nine, set recordset properties which method is best?
All of the previous tests used the method of setting the individual properties of the recordset directly. However, the Recordset.Open function allows you to specify the appropriate parameters for all properties that must be set. Each property is set up with a separate line of code, although it is easy to read and maintain, but each line of code adds a method call to a COM object (ado__07.asp).
Set objRS = Server.CreateObject ("ADODB. Recordset ")
Objrs.open application ("SQL"), Application ("Conn"), 0, 1
' Adforwardonly, adLockReadOnly
Surprisingly, the difference between the two methods is very small. And so we get the following rules:
You don't have to worry about setting the properties of the recordset individually.

Related Article

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.