home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / source / chap16 / lst16_24.idc < prev    next >
Encoding:
Text File  |  1996-11-19  |  210 b   |  12 lines

  1. Datasource: WebSql
  2. Username: sa
  3. Template: lst16_25.htx
  4. MaxRecords: 10
  5. SQLStatement:
  6. +SELECT Id, Name, Location
  7. +FROM IDCCompany
  8. +WHERE IDCCompany.Id >= %Id% AND IDCCompany.Location = '%LOCATION%'
  9.  
  10.  
  11.  
  12.