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