分享
 
 
 

在VB组件中使用串缓冲 - 1

王朝vb·作者佚名  2006-12-16
窄屏简体版  字體: |||超大  

Lesson 1 : Overview

--------------------------------------------------------------------------------

This article serves as a quick "How To" example for using string buffering to concatenate strings in a VB

component. The example VB code will generate a HTML TABLE record that will be sent to an asp file after

being populated with data from a database table. The GetRows() method will be used to acquire the data

from an example Access database.

In many circumstances, sending a Variant array populated by GetRows(), (or a RecordSet) to an asp file

from a VB component is the recommended way to build a HTML TABLE record. Other times you may choose to

build a HTML TABLE record, or other database dependant code, within the VB component itself before sending

it to an asp file. This may not set well with the "true believers" in not mixing HTML and VB code. I tend

to be agnostic and I find sacrificing orthodoxy for speed is sometimes called for with server-side

components. In any regard, this programming choice is exemplified here.

Rather than sending the HTML code from the VB component with the Response.Write method, you can optionally

collect the HTML within a string and send it back as a complete HTML TABLE record. This avoids the need to

instantiate the asp object within the VB component. It also allows other VB code to use your component

without reference to asp. You"re just generating pure HTML code that any COM object can use. But when

putting together a large HTML string in VB, the concatenation operant "&" can slow your code down

significantly.

We"ll be creating two methods, MethodName() and DoBuffer(). The MethodName() method will acquire data from

a database and then use this data to construct a HTML TABLE record it will send to the calling asp file in

one lump sum. Our asp file will initially call the MethodName() method with an sql statement, a connection

string, and the number of fields used in our sql statement. In order to generate the HTML string with the

least use of the concatenation operant, the MethodName() method will send the string fragments it uses to

build the HTML TABLE record to the DoBuffer() method.

The supporting database file, text, and code, for this article can be downloaded here. If you"re

unfamiliar with writing a server-side VB dll, you can read some introductory articles at my site. This

example will include a VB server-side dll (ActiveX dll) consisting of one class (ClassName) and two

methods (MethodName and DoBuffer). The VB project is named How2Project4.

For How2 articles on sending data to asp files with Variant Array/GetRows() and RecordSets see:

How To Pass a Variant Array Populated with a RecordSet From a VB Component to an asp File

How To Pass a RecordSet From a VB Component to an asp File.

NOTE:

The connection string value will need to contain the Data Source Name (DSN) that should first be

established with ODBC, although any valid database connection string will work here. ADO will also need to

be referenced in the VB project (see an introductory VB component article on how to do this).

Why Use String Buffering?

If you concatenate strings using the "&" operant, and you repeat this operation multiple times, processing

time will be significantly delayed compared to using string buffering. Here"s example code of both

techniques:

Concatenating using the "&" operant:

StrHold = "Testing one, "

StrHold = StrHold & "two, "

StrHold = StrHold & "three."

Concatenating using a string buffering method:

S1, S2, S3, "Testing one, "

S1, S2, S3, "two, "

S1, S2, S3, "three."

[This code fragment uses different method and variable names from the code in this article]

With large amounts of concatenating, I have experienced increases in speed of up to 1000 times greater

when using string buffering. This is primarily due to how VB manages the memory for strings with the "&"

operant.

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有