VBScript Question:
Download Questions PDF

Explain about ADODB.Stream class?

Answer:

ADODB.Stream class can be used as string builder. VBScript string concatenation can be very costly because of frequent memory allocation features. Binary file and memory I/O operation is provided by ADODB.Stream class. This is widely used to convert bytes into string, etc.

Download VBScript Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about scrrun.dll?Explain about arrays in VB Script?