|
|
|
ช่วยบอกหน่อยครับ ว่าจะแก้ยังไง ตรงไหนดี เหนื่อยแก้หลายรอบมาก |
|
|
|
|
|
|
|
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com PHP & Access Tutorial</title>
</head>
<body>
<?
$objConnect = odbc_connect("SSFTF","","") or die("Error Connect to Database");
$strSQL = "INSERT INTO ITEM ";
$strSQL .="(OrderID,NameITEM,Quantity,Date,Price,PricePerUnit) ";
$strSQL .="VALUES ";
$strSQL .="('".$_POST["txtOrderID"]."','".$_POST["txtNameITEM"]."','".$_POST["txtQuantity"]."' ";
$strSQL .=",'".$_POST["txtDate"]."','".$_POST["txtPrice"]."','".$_POST["txtPerUnit"]."') ";
$objExec = odbc_exec($objConnect, $strSQL);
if($objExec)
{
echo "Save Done.";
}
else
{
echo "Error Save [".$strSQL."]";
}
odbc_close($objConnect);
?>
</body>
</html>
ผมนำโค้ดมาจากเว็บเพื่อมาทดลองทำดู ลองศึกษา
|
ประวัติการแก้ไข 2012-07-06 19:25:45
|
|
|
|
Date :
2012-07-06 19:24:57 |
By :
PartNight |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com PHP & Access Tutorial</title>
</head>
<body>
<form action="phpMsAccessAddSave.php" name="frmAdd" method="post">
<table width="600" border="1">
<tr>
<th width="91"> <div align="center">OrderID </div></th>
<th width="160"> <div align="center">NameITEM </div></th>
<th width="198"> <div align="center">Quantity </div></th>
<th width="97"> <div align="center">Date </div></th>
<th width="70"> <div align="center">Price </div></th>
<th width="70"> <div align="center">PricePerUnit </div></th>
</tr>
<tr>
<td><div align="center"><input type="text" name="txtOrderID" size="5"></div></td>
<td><input type="text" name="txtNameITEM" size="20"></td>
<td><input type="text" name="txtQuantity" size="20"></td>
<td><div align="center"><input type="text" name="txtDate" size="2"></div></td>
<td align="right"><input type="text" name="txtPrice" size="5"></td>
<td align="right"><input type="text" name="txtPricePerUnit" size="5"></td>
</tr>
</table>
<input type="submit" name="submit" value="submit">
</form>
</body>
</html>
|
|
|
|
|
Date :
2012-07-06 19:26:01 |
By :
PartNight |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผิดในฐานข้อมูลหรือเปล่าครับ ผผมอยากรู้ พี่ๆคนไหนใจดี ผมอยากขอช่วยสร้างฐานข้อมูล access ให้ผมหน่อย ผมไม่รู้จะสร้างยังไงแล้ว
|
|
|
|
|
Date :
2012-07-06 19:27:07 |
By :
PartNight |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผิดที่ำคำสั่ง Insert
|
|
|
|
|
Date :
2012-07-07 07:37:31 |
By :
บังเอิญผ่านมาเห็น |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ช่วยเขียนให้ผมใหม่หน่อยครับ
|
|
|
|
|
Date :
2012-07-07 10:04:53 |
By :
PartNight |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เข้าใจว่า Format Date น่าจะผิด
|
|
|
|
|
Date :
2012-07-08 07:28:25 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้แล้วแต่ยังไม่หายครับ ไม่รู้ว่าผิดอยู่ตรงไหน
|
|
|
|
|
Date :
2012-07-10 14:28:09 |
By :
PartNight |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คุณก็ลอง Insert ข้อมูลง่าย ๆ ดูน่ะครับ ในตัวอย่างที่คุณ Copy มาผมก็รันผ่านปกติครับ
ว่าแต่ทำไมค่าสุดท้ายมันว่างครับ
|
|
|
|
|
Date :
2012-07-10 21:03:29 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|