|
|
|
This Training/Engineering PC Workstation has 2 hard drives. The second drive is full of Honeywell images. By using Ghost, you load the image you want on to the main drive. Images include EBI, SymmetrE, Acselon, Care 2, Care 4, Care 5 and numerous other tools and plug-ins.
Build you databases, and test communications and Operations. Train your technicians and Operators. Draw your graphics. Do all the work Honeywell charges an arm and a leg for, before you buy. <%@ Language=VBScript %><% Option Explicit %><%
Const adOpenForwardOnly = 0
Const adLockReadOnly = 1
Const adCmdTableDirect = &H0200
Const adUseClient = 3
Dim connStr
connStr = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & _
Server.MapPath("paging.mdb")
Dim rs
Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open "Names", connStr, adOpenForwardOnly, adLockReadOnly, _
adCmdTableDirect
Do While Not rs.EOF
Response.write ""
Response.write rs("URL")
Response.write ""
Response.write " |
|
|

