Auto Generate Parameter List

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
cleidsonbsilva
Posts: 2
Joined: Mon 21 Mar 2016 01:07

Auto Generate Parameter List

Post by cleidsonbsilva » Mon 21 Mar 2016 01:16

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 ?

alexa

Re: Auto Generate Parameter List

Post by alexa » Tue 22 Mar 2016 12:39

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.

Post Reply