home *** CD-ROM | disk | FTP | other *** search
/ Mastering Internet Develo…oft ActiveX Technologies / Mastering Internet Development with ActiveX (1996)(Microsoft).iso / labs / webfinal / scripts / sales.idc < prev    next >
Encoding:
Text File  |  1996-07-16  |  155 b   |  7 lines

  1. Datasource: WebMainSt
  2. Template: Sales.htx
  3. SQLStatement:
  4. +SELECT Sum([Order Details].UnitPrice * Quantity)/100*100 as Total  
  5. + FROM [Order Details]
  6.  
  7.