forums › forums › SQLyog › Using SQLyog › Stored Procedures (MySQL 5.0.3)
- This topic is empty.
-
AuthorPosts
-
-
May 6, 2005 at 1:28 pm #17650
Ritesh
MemberWe are working on this issue and plan to fix it in v4.07.
-
May 6, 2005 at 1:33 pm #17651
peterlaursen
ParticipantLease take your tame to read through these ,,,
http://www.webyog.com/forums/index.php?act…t=ST&f=6&t=1352
http://www.webyog.com/forums/index.php?act…t=ST&f=3&t=1365
But Ritesh has told me that some issues – among others with character sets and an ablity to chose between languages i the Sqlyog GUI and Scheduled ODBC-import – will have first priority . (Will probably take about 2 maybe 3 mths to accomplish) before they can really go into the new features of MySQL 5.
DELIMITER option does not work in SQLYOG (and not i MySQL's own MySQL Query Browser either) It's only implemented in COnmmand-lene tool. Probably the libraries that from MySQL that must be must compiled into an GUI tool like Sqlyog are not yet out. It's seems that MySQL themselves quite “forgot” alle other clients than command-line.
Even a simpel Stored Procedyre that has only ones statement in it and this won't need delimiters like
Quote:procedure p set @myvar = “We want GUI support for Stored Procedures”won't work from Sqlyog og MySQL Query Browser because the libray doesn't know about SP's but thinks that you a trying a session-defined procedure (or user-function)and returns the error messige “Procedure statement must include INTO” or something like that …
But I too would like to use SQLYOG for working with SP's and Triggers too.
-
May 6, 2005 at 1:36 pm #17652
Giles
MemberExcellent 🙂 – No idea when I suppose? 😉
-
May 6, 2005 at 1:37 pm #17653
peterlaursen
ParticipantOK . Ritesh was there allready …
-
May 6, 2005 at 1:48 pm #17654
Giles
MemberThanks guys, I will pop back here every now and then to see whats happening as this is definately the best tool I have found for MySQL.
I will probably recommend it to the company despite this point as it has so many other things I like and will use.
Ta,
GILES
-
-
AuthorPosts
- You must be logged in to reply to this topic.