Skip to main content

New Keywords for Database Type and Database Version

Answered

Comments

6 comments

  • SSP Automation
    Thank you for your request. It has been scheduled for review by the development team that will get back to you should there be questions.
    (Please note that as we are user-driven we can't guarantee that your request will be met unless it gets many votes and/or fit the product vision)
    Read more about the Feature Request process here
    [Internal Id: 54665]
  • Rasmus Jensen

    Possible with .NET Code Snippet

    For Copy/Paste:

    if(SBO.AddonLogic.Addon.IsHanaConnection) { return "HANA"; } else { return "MSSQL"; }

     

  • Rasmus Jensen

    As for version, it is easy to get from the database - Example:

    MessageBox(SQL:SELECT "Version" FROM "CINF")

  • Bernhard Schmieder

    the dynamic code for getting the DB-Type is a good idea; has anyone got it to run?

    I get the error:

  • Rasmus Jensen

    Just tested on latest B1UP version... It still seems to work as expected:

  • Bernhard Schmieder

    Thank you Rasmus,

    now I got it!!
    I tried it with a separate UF with type "Dynamic Code (.NET SDK) instead of using the right-click menu ".NET Code".
    Best regards

Please sign in to leave a comment.