Dear All,
I have Stored Precudre with In Paramater in My SQL an it is working fine in MySQL Workbench.
Procedure: Nested_Insert_db (IN Comp Varchar 50)
I have created a custom page in PHP maker 2020 with following Code.
I want to call procedure on Click of Submit button and pass Text box string as Procedure parameter.
I tried with following code but didnt get sucess.