| dbBlankText |
This text to displayed instead of blanks. See additional information in Xmagic and Nulls.
| Property Syntax |
Obj.dbBlankText=Text
| Parameters |
|
Parameters |
Description |
| Text | Any text. |
| Example |
|
<% Set X=Server.CreateObject("ASP.DB") X.dbQuickProps="1;NWIND;;grid;4;;;ACCESS;5" X.dbSQL="Select Title,Region FROM employees" X.dbBlankText="My Blank Text" X.ASPdb %> |
| Output |
![]() |