![]() |
Sergey Kornilov admin 9/11/2008 |
Print this query on the web page and run against your database manually to see what exactly doesn't work. global $conn; |
|
scuba author 9/12/2008 |
Print this query on the web page and run against your database manually to see what exactly doesn't work. global $conn;
|
J
|
Jane 9/12/2008 |
Try to use this code: global $conn; $strUpdate = "UPDATE ges_dwh_v2 set inqdet_series_1=".$values["inq_series"]." where id=".$values["id"]; echo $strUpdate; //db_exec($strUpdate,$conn); |