Index: /temp/trunk/data/class/SC_Query.php
===================================================================
--- /temp/trunk/data/class/SC_Query.php	(revision 7996)
+++ /temp/trunk/data/class/SC_Query.php	(revision 7997)
@@ -417,5 +417,5 @@
 		// ¼¡¤ÎIncrement¤ò¼èÆÀ
 		$arrRet = $this->getAll("SHOW TABLE STATUS LIKE ?", array($table_name));
-		$auto_inc_no = $arrRet["Auto_increment"];
+		$auto_inc_no = $arrRet[0]["Auto_increment"];
 		
 		// ÃÍ¤ò¥«¥¦¥ó¥È¥¢¥Ã¥×¤·¤Æ¤ª¤¯
