Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • message - The IBM i message text.
  • error - The message id.
  • help - The message help text.

Example

Code Block
languagejavascript
pjs.connect("*LOCAL");

//Use SQL naming convention
pjs.setConnectAttr(SQL_ATTR_DBC_SYS_NAMING, SQL_FALSE);
 
pjs.disconnect();

 

Requirements

This API requires the Profound.js Connector module.