Hi,
if the database have had any transactions, you can use this query:
SELECT distinct versionnum FROM ordr
you will get results as follows:
versionnum
8.82.076.12
8.82.075.11
12 and 11, is the patch level info.
you can also use :
select version from cinf
Rgds,
JM@SI