Changeset 7324
- Timestamp:
- 08/27/05 21:41:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/getdolist.C
r7323 r7324 113 113 query+=Form(" ORDER BY %s.%s DESC ", table.Data(), rc.GetValue(table+".Primary", "")); 114 114 115 //if (table=="RunProcessStatus")116 //query+="LIMIT 0, 500";115 if (table=="RunProcessStatus") 116 query+="LIMIT 0, 500"; 117 117 118 118 cout << "query: " << query << endl;
Note:
See TracChangeset
for help on using the changeset viewer.