Please visit our sponsors !
The GetString Method
The GetString method returns the specified Recordset as a string. This method
can be used to fill HTML tables in ASP files.
Syntax
Set str_rs=objRecordset.GetString
(format,n,coldel,rowdel,nullexpr)
|
Parameter |
Description |
format |
Optional. A StringFormatEnum
value that specifies the format when retrieving a Recordset as a string
|
n |
Optional. The number of rows to be converted in the Recordset |
coldel |
Optional. If format is set to adClipString it is a column delimiter.
Otherwise it is the tab
character
|
rowdel |
Optional. If format is set to adClipString it is a row delimiter.
Otherwise it is the carriage return
character
|
nullexpr |
Optional. If format is set to adClipString it is an expression used
instead of a null value. Otherwise it is an empty string
|
StringFormatEnum Values
Constant |
Value |
Description |
adClipString |
2 |
Delimits rows by the rowdel parameter, columns by the coldel
parameter,
and null values by the nullexpr parameter |
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|