stored proc problem

BubikolRamios's profile image BubikolRamios posted 12 years ago in General Permalink
parameteres tab

just want to change variable name from 'i_result' to 'c_result'

save

--> sql error 1193 - unknown system variable 'i_result'

?
BubikolRamios's profile image BubikolRamios posted 12 years ago Permalink
ehh, forget that, the error comes from within stored proc stil having i_result.

Just used to edit whole thing which is not possible in HSQL as far as I see (create code tab not editable)
kalvaro's profile image kalvaro posted 12 years ago Permalink
The "CREATE code" tab is read-only: it displays the code that your current changes will generate. You edit the procedure from the rest of the tabs: "Options", "Parameters" and "Routine body".

Please login to leave a reply, or register at first.