Index: trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C	(revision 7243)
+++ trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C	(revision 7244)
@@ -193,5 +193,5 @@
 
     TSQLRow *row=0;
-    while ((row=res.Next()))
+    while ((row=res->Next()))
     {
         numsequ++;
@@ -217,5 +217,5 @@
             return -1;
         row=0;
-        while ((row=res.Next()))
+        while ((row=res->Next()))
         {
             if(!DeleteSequence(serv, datapath, sequpath, atoi((*row)[0]), dummy))
@@ -232,5 +232,5 @@
             return -1;
         row=0;
-        while ((row=res.Next()))
+        while ((row=res->Next()))
         {
             if(!DeleteSequence(serv, datapath, sequpath, atoi((*row)[0]), dummy))
@@ -247,5 +247,5 @@
             return -1;
         row=0;
-        while ((row=res.Next()))
+        while ((row=res->Next()))
         {
             if(!DeleteSequence(serv, datapath, sequpath, atoi((*row)[0]), dummy))
@@ -279,5 +279,5 @@
             Int_t count=0;
             row=0;
-            while ((row=res.Next()))
+            while ((row=res->Next()))
             {
                 count++;
@@ -295,5 +295,5 @@
             count=0;
             row=0;
-            while ((row=res.Next()))
+            while ((row=res->Next()))
             {
                 count++;
