Complete Recordset Object Reference
The GetString method returns the specified Recordset as a string. This method can be used to fill HTML tables in ASP files.
| 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 |
To create an HTML table with data from a recordset, we only need to use three of the parameters above:
Note: The GetString() method is an ADO 2.0 feature. You can download ADO 2.0 at http://www.microsoft.com/data/download.htm.
In the following example we will use the GetString() method to hold the recordset as a string:
| Constant | Value | Description |
|---|---|---|
| adClipString | 2 | Delimits rows by the rowdel parameter, columns by the coldel parameter, and null values by the nullexpr parameter |
Complete Recordset Object Reference
| WEB HOSTING |
|---|
| Best Web Hosting |
| PHP MySQL Hosting |
| Best Hosting Coupons |
| UK Reseller Hosting |
| Cloud Hosting |
| Top Web Hosting |
| $7.95/mo SEO Hosting |
| Premium Website Design |
| WEB BUILDING |
|---|
| Download XML Editor |
| FREE Website BUILDER |
| Free Website Templates Free CSS Templates |
| Make Your Own Website |
| W3SCHOOLS EXAMS |
|---|
|
Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP |
| W3SCHOOLS BOOKS |
|---|
|
New Books: HTML, CSS JavaScript, and Ajax |
| STATISTICS |
|---|
|
Browser Statistics Browser OS Browser Display |
| SHARE THIS PAGE |
|---|