Changeset 1255 for trunk/unxsBind/tresourcefunc.h
- Timestamp:
- 03/15/10 18:59:59 (2 years ago)
- Files:
-
- 1 modified
-
trunk/unxsBind/tresourcefunc.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/unxsBind/tresourcefunc.h
r1254 r1255 1463 1463 if(mysql_errno(&gMysql)) 1464 1464 htmlPlainTextError(mysql_error(&gMysql)); 1465 1466 1465 sprintf(gcQuery,"INSERT INTO tResourceTest (uResource,cName,uOwner,uCreatedBy,uCreatedDate,uModBy," 1467 1466 "uModDate,uTTL,uRRType,cParam1,cParam2,cParam3,cParam4,cComment,uZone) " … … 1506 1505 if(mysql_errno(&gMysql)) 1507 1506 htmlPlainTextError(mysql_error(&gMysql)); 1508 1507 1509 1508 }//void PrepareTestData(void) 1510 1509
