Changeset 7244 for trunk/MagicSoft


Ignore:
Timestamp:
07/31/05 18:56:30 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C

    r7243 r7244  
    193193
    194194    TSQLRow *row=0;
    195     while ((row=res.Next()))
     195    while ((row=res->Next()))
    196196    {
    197197        numsequ++;
     
    217217            return -1;
    218218        row=0;
    219         while ((row=res.Next()))
     219        while ((row=res->Next()))
    220220        {
    221221            if(!DeleteSequence(serv, datapath, sequpath, atoi((*row)[0]), dummy))
     
    232232            return -1;
    233233        row=0;
    234         while ((row=res.Next()))
     234        while ((row=res->Next()))
    235235        {
    236236            if(!DeleteSequence(serv, datapath, sequpath, atoi((*row)[0]), dummy))
     
    247247            return -1;
    248248        row=0;
    249         while ((row=res.Next()))
     249        while ((row=res->Next()))
    250250        {
    251251            if(!DeleteSequence(serv, datapath, sequpath, atoi((*row)[0]), dummy))
     
    279279            Int_t count=0;
    280280            row=0;
    281             while ((row=res.Next()))
     281            while ((row=res->Next()))
    282282            {
    283283                count++;
     
    295295            count=0;
    296296            row=0;
    297             while ((row=res.Next()))
     297            while ((row=res->Next()))
    298298            {
    299299                count++;
Note: See TracChangeset for help on using the changeset viewer.