How to call stored procedure for SQLite and MySQL db

  • anuragkumar
        5 years ago #15938

        Hi Team,

        Can we create stored procedure calls in Simplifier may be by connector calls.

        If yes, please share details how we can do that for MySQL and SQLite db.

        Regards

        Anurag

        Mathieu Roll
            Has successfully completed the online course Introduction
            Has successfully completed the online course Intermediate (200)
            Has successfully completed the online course Advanced (300)
            Has successfully completed the online course Basics (100)
          5 years ago #16169
          Up
          1
          Down
          ::

          Hello,

          you can call stored procedures by using this as request string.

          CALL myStoredProcedure(:val1:,:val2:);

          In Screenshots:

        Viewing 2 posts - 1 through 2 (of 2 total)

        You must be logged in to reply to this topic.