Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Stored Procedures (MySQL 5.0.3)

forums forums SQLyog Using SQLyog Stored Procedures (MySQL 5.0.3)

  • This topic is empty.
Viewing 4 reply threads
  • Author
    Posts
    • #17650
      Ritesh
      Member

      We are working on this issue and plan to fix it in v4.07.

    • #17651
      peterlaursen
      Participant

      Lease 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.

    • #17652
      Giles
      Member

      Excellent 🙂 – No idea when I suppose? 😉

    • #17653
      peterlaursen
      Participant

      OK . Ritesh was there allready …

    • #17654
      Giles
      Member

      Thanks 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

Viewing 4 reply threads
  • You must be logged in to reply to this topic.