Page 1 of 1

Auto Generate Parameter List

Posted: Mon 21 Mar 2016 01:16
by cleidsonbsilva
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 ?

Re: Auto Generate Parameter List

Posted: Tue 22 Mar 2016 12:39
by alexa
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.