How can I find out my sro client version with database

11/07/2013 19:26 bares1993#1
Hey guys,

i wanna know how can I find out my sro client version with database.

Well all i know is to go SRO_VT_ACCOUNT --> _ModuleVersion

Well as far as i know, the client version is written in "nVersion" but there are a lot of rows.

Which one shall i select ?
11/08/2013 00:58 SupremeSRO#2
you can find your sro client version > SMC>MODULE PATCH>SR_CLIENT second click on it then select (Patch:Sro_Client22) then u will see your latest sro client version
11/08/2013 14:58 Renewable#3
Quote:
Originally Posted by SupremeSRO View Post
you can find your sro client version > SMC>MODULE PATCH>SR_CLIENT second click on it then select (Patch:Sro_Client22) then u will see your latest sro client version
this, or just select from your DB the latest nVersion of _ModuleVersion

Code:
select max (nVersion) AS Version
from _ModuleVersion