Changeset 3937 for trunk/tools/database/db.cpp
- Timestamp:
- Aug 2, 2000, 8:10:17 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/db.cpp
r3920 r3937 1 /* $Id: db.cpp,v 1. 19 2000-08-02 14:43:26bird Exp $ *1 /* $Id: db.cpp,v 1.20 2000-08-02 18:10:17 bird Exp $ * 2 2 * 3 3 * DB - contains all database routines. … … 450 450 else 451 451 { /* insert */ 452 sprintf(&szQuery[0], "INSERT INTO file(dll, name, description, lastauthor, lastdatetime, revision) VALUES(%d, '%s', %ld, ",452 sprintf(&szQuery[0], "INSERT INTO file(dll, name, lastauthor, description, lastdatetime, revision) VALUES(%d, '%s', %ld, ", 453 453 lDll, pszFilename, lLastAuthor); 454 454 if (pszDescription != NULL && *pszDescription != '\0')
Note:
See TracChangeset
for help on using the changeset viewer.