Index: trunk/globals.php =================================================================== diff -u -r385 -r389 --- trunk/globals.php (.../globals.php) (revision 385) +++ trunk/globals.php (.../globals.php) (revision 389) @@ -140,6 +140,30 @@ return $val; } +function IsTablePresent($ado, $tables) +{ + $ado = GetADODBConnection(); + + $t = explode(",",$tables); + + $i = $ado->MetaTables(); + for($x=0;$x