Versions Compared

Key

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

...

Code Block
/* If the system connection default is not set to XO_NODIALOG$ NODIALOG$ 
then this will prompt the user for connection information and return the Connection Object. */
 
hXO = XOInstance()
 
/* Attempts to connect to the ODBC data source:  "CUSTOMER" using the specified login and password, and default timeout. */
 
hXO = XOInstance ("CUSTOMER", "ODBC", login, pwd, "", |
XO_USETRANS$ + XO_GLOBALSHARE$ + XO_NODIALOG$ + XO_NORESOLVE$)