home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / CMCD0703.ISO / Software / Freeware / Programare / bugzero / WEB-INF / classes / sql / new_file.sql < prev    next >
Encoding:
Text File  |  2003-01-21  |  136 b   |  10 lines

  1. # new attached file
  2. INSERT INTO $PROJECT_file 
  3.   (trail_id,
  4.   filename,
  5.   content_type,
  6.   file_content)
  7. VALUES
  8.   (?, ?, ?, ?)
  9.  
  10.