| dbLicense | dbVersion |
These two properties display the license and version information.
| Property Syntax |
Varaible = Obj.dbLicense
Varaible = Obj.dbVersion
| Example |
| <% Set X= Server.CreateObject("ASP.DB") X.dbQuickProps="1;NWIND;Orders;Grid;7,auto;;;ACCESS;5" X.ASPDB response.write("<center><FONT FACE='TREBUCHET MS,ARIAL,HELVETICA' SIZE=1>Version = " & X.dbVersion & "<BR>Licensed to = " & X.dbLicense & "</FONT></center>") %> |
| Output |
![]() |