Is it possible to execute a MySql SP and get return value. I need to pass some parameters also to RDC
command.
My requirement is to invoke a SP containing Insert statement for a given table (values to be passed as parameters and get the Last inserted id )
While going through the forum, I could not locate any clear answer.