[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Client DB vs AppServer DB

  • Thread starter Thread starter George Potemkin
  • Start date Start date
Status
Not open for further replies.
G

George Potemkin

Guest
Check DBPARAM() function (or _DbParams. _DbParams-Name since 11.5) for the "-H" value. If not available then use OS call to get the current hostname. find first _Filelist no-lock. display _Filelist._FileList-Name. It gives the full path to the database. Don't use the _AreaExtent. Host name + full pathname will identify a database.

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