proc check failure on save
| User, date | Message |
|---|---|
|
Written by BubikolRamios
6 months ago Category: General 273 posts since Thu, 14 Jan 10 |
1.in case a is not declared I get error on 'save': undeclared ... 2. in case foo is not declared, save goes without any problem ! MySQL or HSQL thing ? |
|
Written by ansgar
6 months ago 3958 posts since Fri, 07 Apr 06 |
If you get no error in one case, then you are suspecting HeidiSQL to supresses a message? It's very clear that the server obviously does not return some error, which makes HeidiSQL run the "Save" process without problems. Why do you suspect HeidiSQL so often for doing such weird things? |
|
Written by BubikolRamios
6 months ago 273 posts since Thu, 14 Jan 10 |
I don't know what is behind 'save', mybe some check before 'save' to db. In old mysql query browser you click execute (the script), to 'save' proc. I gues s'save' term is a bit confusing to me. |
|
Written by BubikolRamios
6 months ago 273 posts since Thu, 14 Jan 10 |
Besides, hmm in a while ago post, we figured that I can't edit proc written in mysql query browser, coz of problematic comments (eaten by mysql query browser with no problems.) That is why, suspect (-: |
|
Written by kalvaro
6 months ago 441 posts since Thu, 29 Nov 07 |
All these things are very easy to verify. Go to "Tools->Launch command line" and run your SQL from the official command-line tool. |
|
Please login to leave a reply, or register at first. |