![]() |
VBScript Sample: vbscript/ado/employeereg/display.asp |
|
||||||
|
||||||||
<html> <head> <title>Employee Example</title> </head> <body bgcolor="eadfdf"> <h1 align="center"><font face="Verdana, arial, helvetica" color="#003333">Employee Example</font></h1> <font face="Verdana, arial, helvetica"> <hr align="center"> </font><div align="center"><center> <table border="1" width="100%" cellpadding="5" bordercolorlight="#666666" bordercolordark="#333333"> <tr> <th> </th> <th><font face="Verdana, arial, helvetica">Employee no</font></th> <th><font face="Verdana, arial, helvetica">Employee name</font></th> <th><font face="Verdana, arial, helvetica">Job</font></th> <th><font face="Verdana, arial, helvetica">Manager</font></th> </tr> <% dim empno dim ename dim job dim mgr dim hiredate dim sal dim comm dim deptno dim i Set a = server.CreateObject("ADODB.CONNECTION") set b = Server.createObject("ADODB.RECORDSET") |
||||||||
|
||||||||
Copyright © 1998-2002, Halcyon
Software Inc. All rights reserved.
|