Changeset 7244 for trunk/MagicSoft
- Timestamp:
- 07/31/05 18:56:30 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C
r7243 r7244 193 193 194 194 TSQLRow *row=0; 195 while ((row=res .Next()))195 while ((row=res->Next())) 196 196 { 197 197 numsequ++; … … 217 217 return -1; 218 218 row=0; 219 while ((row=res .Next()))219 while ((row=res->Next())) 220 220 { 221 221 if(!DeleteSequence(serv, datapath, sequpath, atoi((*row)[0]), dummy)) … … 232 232 return -1; 233 233 row=0; 234 while ((row=res .Next()))234 while ((row=res->Next())) 235 235 { 236 236 if(!DeleteSequence(serv, datapath, sequpath, atoi((*row)[0]), dummy)) … … 247 247 return -1; 248 248 row=0; 249 while ((row=res .Next()))249 while ((row=res->Next())) 250 250 { 251 251 if(!DeleteSequence(serv, datapath, sequpath, atoi((*row)[0]), dummy)) … … 279 279 Int_t count=0; 280 280 row=0; 281 while ((row=res .Next()))281 while ((row=res->Next())) 282 282 { 283 283 count++; … … 295 295 count=0; 296 296 row=0; 297 while ((row=res .Next()))297 while ((row=res->Next())) 298 298 { 299 299 count++;
Note:
See TracChangeset
for help on using the changeset viewer.