home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / WEB-INF / classes / sql / new_file.sql < prev    next >
Encoding:
Text File  |  2004-01-29  |  143 b   |  11 lines

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