stored proc problem
| User, date | Message |
|---|---|
|
Written by BubikolRamios
10 months ago Category: General 273 posts since Thu, 14 Jan 10 |
parameteres tab just want to change variable name from 'i_result' to 'c_result' save --> sql error 1193 - unknown system variable 'i_result' ? |
|
Written by BubikolRamios
10 months ago 273 posts since Thu, 14 Jan 10 |
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) |
|
Written by kalvaro
10 months ago 442 posts since Thu, 29 Nov 07 |
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. |