<%@ LANGUAGE="VBSCRIPT" %> Download <% '******************************************************************************* ' QNguyen 5/02/2006 Download page. ' '******************************************************************************* dim strPath, strName dim objConn, strSQL, strRedirect dim objRs, strSQL2 strPath = Request.form("txtpath") strName = Request.form("txtname") set objConn = Server.CreateObject("ADODB.Connection") objConn.open strConnWebDB ' Retrieve business lines information. set objRs = Server.CreateObject("ADODB.Recordset") strSQL2 = "select businesslineid, businessunitname from businesslines where status = 1" objRs.Open strSQL2, objConn, adOpenStatic if strPath <> "" then 'Capture download information. strSQL = "insert into t_download values('" & strName & "','" & strPath & "',getdate())" objConn.Execute strSQL end if %>
  home > file download
   
File Download   
Product Lines
<% Do While Not objRs.EOF %> > "><%=objRs("BusinessUnitName")%>
<% objRs.MoveNext Loop %>
 

 
  File Information
 Product   Keep up to date 
CAD Library

Get the latest information from ZiLOG about new and updated producs by creating your own user account or include you e-mail adddress.

Your E-Mail

 
 Description   Details 
Description goes here.

File Name:
Version:
Date Posted:
Download Size:
cad.olb
1.0
5/2/06
10Mb ()

 
 Instructions  
  1. Click the Download button on this page to start the download.
  2. Do one of the following:
    • To start the installation immediately, click Run.
    • To save the download to your computer for installation at a later time, click Save.
    • To cancel the installation, click Cancel.
 Recommended Host System Configuration  
    Windows XP Professional
    Pentium III 500Mhz processor or higher
    128 Mb RAM or more
    100 Mb hard disk space (includes Application and Documentation)
    Super VGA Video Adapter

    The following depends on the Debug Tool being used:
  • Ethernet 10Base-T compatible connection
  • USB High-Speed port
  • RS232 communication port with hardward flow control
<% 'Set banner information. strBannerPagePath = Request.Servervariables("path_info") intBannerImageNo = 1 %>