O
olivier.dunemann
Guest
Inside the OpenEdge Installation directory, there is a text-file named "version". This one tells you what service pack has been installed. You can also deal with the Shared Memory Version of any connected database. For more info, look at: knowledgebase.progress.com/.../P39456 Unfortunately this article is not up-to-date and does not mention the programmatic way to fetch the information: FIND FIRST _dbStatus NO-LOCK NO-ERROR. DISPL _dbStatus._dbStatus-shmVers.
Continue reading...
Continue reading...