![]() |
Admin 5/8/2021 |
Troubleshooting issues like is easy. Instead of executing the query print it on the page, see what is wrong, run it manually against your database, change the code and repeat. Simply trying different syntaxes is not enough, you need to understand what exactly is wrong, |
P
|
Phil78 author 5/10/2021 |
You give me the same anwer than the support. When I run manually from my database it is ok. When I run from phpr with customquery it is ok. My problem is only with DB::PrepareSql, so is anybody able to confirm me the good syntax to use with DB::PrepareSql ? I made a new test this morning with phpr 10.5 buid 37031 and now it is OK, something has been fixed ! DB::PrepareSql("Call vidage ':1',':2'", $_SESSION['user_id'],'0'); |