| dbMode |
Display format of returning recordset. You can also use the dbQuickProps to set this property.
| Property Syntax |
Obj.dbMode = "Grid | Form
| Both | Dual | Dual-Horiz"
| Example |
| <% Set X= Server.CreateObject("AspDB.EP") X.dbQuickProps="1;NWIND;Shippers;Grid;7,auto;;;ACCESS;5" X.ASPdbY2K X.dbQuickProps="2;NWIND;Shippers;Form;7,auto;;;ACCESS;5" X.ASPdbY2K X.dbQuickProps="1;NWIND;Shippers;Both;7,auto;;;ACCESS;5" X.ASPdbY2K X.dbQuickProps="1;NWIND;Shippers;Dual;7,auto;;;ACCESS;5" X.ASPdbY2K X.dbQuickProps="1;NWIND;Shippers;Dual-horiz;7,auto;;;ACCESS;5" X.ASPdbY2K %> |
| Output |
