Skip to main content
December 15, 2021
Question

???conn=353305 need to set 3 parameters on the prepared statements

  • December 15, 2021
  • 4 replies
  • 0 views

as title, when i start an interface it always report this error, what is wrong?

    4 replies

    tanvirs0003
    Inspiring
    December 15, 2021

    Use key value pair whenever calling any interface or rules from interface. It seems you've called a rule or function inside the interface & its showing error due to missing parameter while calling that . Please check whether any mandatory parameter is missing inside the interface.

    December 15, 2021

    what is key value pair?

    tanvirs0003
    Inspiring
    December 15, 2021

    key value pair means suppose you are calling a rule getdetails it has 3 rule inputs  x,y&z , you should call it like
    rule!getDetails( x: "value" , y : "value" , z : "value")

    value can be anything local or ri! or any literal values