Index: /temp/trunk/data/class/SC_Query.php
===================================================================
--- /temp/trunk/data/class/SC_Query.php	(revision 7986)
+++ /temp/trunk/data/class/SC_Query.php	(revision 7987)
@@ -416,5 +416,5 @@
 		
 		// ¼¡¤ÎIncrement¤ò¼èÆÀ
-		$arrRet = $this->conn->query("SHOW TABLE STATUS LIKE ?", array($table_name));
+		$arrRet = $this->query("SHOW TABLE STATUS LIKE ?", array($table_name));
 		$auto_inc_no = $arrRet["Auto_increment"];
 		
