Programming Languages
VBScript
Subjective
May 10, 2013
How you define ADODB.Stream class?
Detailed Explanation
We can use ADODB.Stream class as string builder. Because using VBScript string concatenation we can frequent memory allocation features.So,It is very costly.ADODB.Stream class provide us Binary file and memory I/O operation.Using this we can convert bytes into string etc.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts