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

  1. Datasource: WebSql
  2. Username: sa
  3. Template: lst16_18.htx
  4. SQLStatement:
  5. +SELECT Name, Birthday
  6. +FROM IDCBirthday
  7. +WHERE CONVERT(varchar (5),GetDate(),101) = CONVERT(varchar (5),Birthday,101)
  8.  
  9.  
  10.