Changeset 7997 for temp/trunk/data
- Timestamp:
- 2006/11/09 13:27:20 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Query.php
r7996 r7997 417 417 // ¼¡¤ÎIncrement¤ò¼èÆÀ 418 418 $arrRet = $this->getAll("SHOW TABLE STATUS LIKE ?", array($table_name)); 419 $auto_inc_no = $arrRet[ "Auto_increment"];419 $auto_inc_no = $arrRet[0]["Auto_increment"]; 420 420 421 421 // Ãͤò¥«¥¦¥ó¥È¥¢¥Ã¥×¤·¤Æ¤ª¤¯
Note: See TracChangeset
for help on using the changeset viewer.
