มีปัญหาเกี่ยวกับการใช้ฟังก์ชัน Update,Insert
อันนี้ Code
$dsn_name ="cprs";
$username ="";
$password ="";
$connect = odbc_connect($dsn_name, $username, $password) or die("Not Connect");
$sql = "update mgr set mgr_id='$emp_id' where (sale_date='$pass_month') and (branch_id='$pass_br')";
$execute = odbc_exec($connect, $sql) or die ("Not Execute");
เวลา RUN มันขึ้น error แบบนี้
Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query., SQL state S1000 in SQLExecDirect in C:\Inetpub\wwwroot\CPRS\update_org.php on line 13
Not Execute