Menu

mySQL 5

2005-11-21
2013-04-02
  • Nobody/Anonymous

    Will DirectSQL be updated to include support for mySQL 5 ?

     
    • Nobody/Anonymous

      What do you mean by support for mysql 5?

      As far as i'm aware it works just fine with the latest version of mysql...

       
    • Nobody/Anonymous

      Standard query like SELECT works well

      But i can't have access to Stored Procedures, server say :
      PROCEDURE xxxx can't return a result set in the given context

      Any Idea ?

      Thx

       
      • Nobody/Anonymous

        http://forums.mysql.com/read.php?98,48739,51251
        http://forums.mysql.com/read.php?98,48703,49918

        To save you the time you'll need to read these things the short version is that you're missing the multi-statements flag on the client.

        I may need to upload a new version of direct mysql if the present one doesnt have it ..

         
    • David BABIN

      David BABIN - 2005-11-25

      Thanks a lot, i'll try that immediatly.

       
      • David BABIN

        David BABIN - 2005-11-25

        Great !!

        With 1.2.2 :

        MySQLClient.ClientFlag:= MySQLClient.ClientFlag or CLIENT_MULTI_RESULTS;

        ....And everything fine :)

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.