Hello,
I use stored procedures to update/delete the content of a table.
Everything works fine if I only use it on the exact fields in the grid and table but I need to pass an extra parameter (not present in the grid or table...in this case the logged-on username -> used to update a logtable in the same stored procedure).
The stored procedure works fine but cannot be used from the webpage using the modified gridupdate/delete functions (too many parameters...)
Is there a way to make this work. I noticed some related questions on the forum but did not found an answer.
Thanks
Daniel
I use stored procedures to update/delete the content of a table.
Everything works fine if I only use it on the exact fields in the grid and table but I need to pass an extra parameter (not present in the grid or table...in this case the logged-on username -> used to update a logtable in the same stored procedure).
The stored procedure works fine but cannot be used from the webpage using the modified gridupdate/delete functions (too many parameters...)
Is there a way to make this work. I noticed some related questions on the forum but did not found an answer.
Thanks
Daniel