Hi Guys,
I´m new with dbForge and I´m loving this tool.
There is a way to auto generate the parameter list for a procedure based on a insert statement like this:
insert into person(id, name, email) values (_id, _name, _email);
My idea is to after create this instruction, select the string: "_id, _name, _email" and with a context menu, auto generate the parameter list like an refactor.
This is possible to do with dbForge ?
Auto Generate Parameter List
Re: Auto Generate Parameter List
Could you please let us know whether you would like it to be generated from the popup menu of Database Explorer, from the grid or from a script.
Also, please provide us an example.
Also, please provide us an example.