HOME > PHP > PHP Forum > ถ้าขึ้นอย่างงี้แก้ไงครับ Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find
ถ้าขึ้นอย่างงี้แก้ไงครับ Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find
Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'customer'. Make sure it exists and that its name is spelled correctly., SQL state S0002 in SQLExecDirect in c:\appserv\www\sample1.php on line 22
เอ็กซิคิวส์คำสั่งไม่ได้
---------------------------------------------------------------------------------------------------------------------------------------------------
$dsn_name = "customer";
$username ="";
$password ="";
$connect= odbc_connect($dsn_name, $username, $password) or die("ติดต่อDSN ไม่ได้");
$sql = "select * from customer Where name like '%$search_name%'";
$execute = odbc_exec($connect, $sql) or die ("เอ็กซิคิวส์คำสั่งไม่ได้");