Index: trunk/ippTools/src/pxtables.c
===================================================================
--- trunk/ippTools/src/pxtables.c	(revision 6261)
+++ trunk/ippTools/src/pxtables.c	(revision 6273)
@@ -17,4 +17,12 @@
     }
     if (!rawImfileCreateTable(config->database)) {
+        psError(PS_ERR_UNKNOWN, false, "database access failed");
+        return false;
+    }
+    if (!rawDetrendExpCreateTable(config->database)) {
+        psError(PS_ERR_UNKNOWN, false, "database access failed");
+        return false;
+    }
+    if (!rawDetrendImfileCreateTable(config->database)) {
         psError(PS_ERR_UNKNOWN, false, "database access failed");
         return false;
@@ -95,4 +103,12 @@
         return false;
     }
+    if (!rawDetrendExpDropTable(config->database)) {
+        psError(PS_ERR_UNKNOWN, false, "database access failed");
+        return false;
+    }
+    if (!rawDetrendImfileDropTable(config->database)) {
+        psError(PS_ERR_UNKNOWN, false, "database access failed");
+        return false;
+    }
     if (!p1PendingExpDropTable(config->database)) {
         psError(PS_ERR_UNKNOWN, false, "database access failed");
