I am really new with Progress DB and needs some help with basic monitoring. I am creating a VBscript to use the Progess ODBC connection to query the database to make sure it is up. The query I was going to use is...
select * from sysprogress.systblstat
but it returned 0 rows from the database. Is there a basic query I can run that can return some kind of version number or statistic?
Thanks
select * from sysprogress.systblstat
but it returned 0 rows from the database. Is there a basic query I can run that can return some kind of version number or statistic?
Thanks