|
|
|
ติดต่อเบสแล้วขี้น Table 'apcreport.bcitempgroup' doesn't exist ช่วยหน่อยนะค่ะ |
|
|
|
|
|
|
|
ฐานข้อมูล apcreport ไม่มีตาราง bcitemgroup
|
|
|
|
|
Date :
2011-09-14 11:38:30 |
By :
ไวยวิทย์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มีนะค่ะ ตอนแรกก็คิดเหมือนกันว่าพิมผิด ก็เรยก๊อปมาเรย ก็เป็นเหมือนเดิมค่ะ
|
|
|
|
|
Date :
2011-09-14 11:43:39 |
By :
confusion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Table 'apcreport.bcitempgroup' doesn't exist
แต่ในโค๊ด bcitemgroup
|
|
|
|
|
Date :
2011-09-14 11:47:00 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2011-09-14 11:48:49 |
By :
ไวยวิทย์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
????????????????????????????????
|
|
|
|
|
Date :
2011-09-14 12:00:01 |
By :
confusion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
P หาย
|
|
|
|
|
Date :
2011-09-14 12:02:10 |
By :
อิอิ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2011-09-14 12:33:38 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2011-09-14 12:47:33 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอโทษนะค่ะ มันต่างกันยังไงเอ๋ย
|
|
|
|
|
Date :
2011-09-14 13:05:50 |
By :
confusion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Table 'apcreport.bcitempgroup' doesn't exist
แต่ในโค๊ด bcitemgroup
|
|
|
|
|
Date :
2011-09-14 13:10:26 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอโทษนะค่ะ อาจจะเป็นการพิมพ์ผิด โค้ดนะค่ะ
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Report For APC</title>
</head>
<body>
<?
$db_hostname='localhost'; //ชื่อ host
$db_username='root'; //ชื่อ user เข้า db
$db_password='1234'; //กรอกรหัสผ่าน db
$db_name='apcreport'; //ชื่อ db ที่ เรา create ไว้
mysql_connect($db_hostname,$db_username,$db_password) or die("Unable to Connect"); // คอนเน็ตดา ต้าเบส
mysql_select_db( $db_name ); //เลือก database
$strSQL = "SELECT * FROM bcitemgroup";
$objQuery = mysql_query($strSQL) or die (mysql_error());
?>
<table width="600" border="1">
<tr>
<th width="91"> <div align="center">ROWORDER </div></th>
<th width="98"> <div align="center">Code </div></th>
<th width="198"> <div align="center">IsExport </div></th>
<th width="97"> <div align="center">CreatorCode </div></th>
<th width="59"> <div align="center">CreateDateTime</div></th>
<th width="71"> <div align="center">LastEditorCode</div></th>
<th width="71"> <div align="center">LastEditDateT</div></th>
<th width="71"> <div align="center">Name</div></th>
<th width="71"> <div align="center">UserGroup</div></th>
</tr>
<?
while($objResult = mysql_fetch_array($objQuery))
{
?>
<?
}
?>
</table>
<?
//mysql_close($objConnect);
?>
</body>
</html>
ERROR
Table 'apcreport.bcitemgroup' doesn't exist
|
|
|
|
|
Date :
2011-09-14 13:12:49 |
By :
confusion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้ามันฟ้องแบบนั้น เถียงมันยากครับ ต้องมาดูว่า connect ผิดที่หรือเปล่า
|
|
|
|
|
Date :
2011-09-14 13:21:59 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สอบถามอีกครั้งค่ะ
พบจุดผิดแล้วค่ะ คือ ใน database เดียวกัน
ถ้าเป็น table ที่ใส่ข้อมูลเองธรรมดา
กับ table ที่ import ข้อมูลมาจาก excel
table ที่ส่งข้อมูลเองไม่ error ค่ะ
แต่ถ้า table ที่ import จาก excel มัน Error ค่ะ
|
|
|
|
|
Date :
2011-09-14 14:27:51 |
By :
confusion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|