Forum Post: RE: how to connect a database in .w file?

  • Thread starter Thomas Mercer-Hursh
  • Start date
Status
Not open for further replies.
T

Thomas Mercer-Hursh

Guest
To be clear, connection to the database must be "outside" the procedure or class which accesses the database. This can be via a startup parameter, i.e., the connection is established prior to running any actual ABL code or it can be done in ABL code, but if done in code one must go one level farther down, i.e., into a run .p or .w or into a newed class before that connection can be used.

Continue reading...
 
Status
Not open for further replies.
Top