Page 1 of 1
Reporting version
Posted: Sat Jan 13, 2001 11:38 am
by acoulson0
Is there a Network Client API or TSQL statement for reporting the Texis version?
Thnaks, Andrew
Reporting version
Posted: Mon Jan 15, 2001 9:34 am
by Kai
No, but there is a Vortex function for doing so -- <vxinfo version>. It returns the version line reported by texis -version. The version number or date can then be obtained with <rex> on the result.
The closest to this in SQL would be to "select exec('texis -version')" and parse the output as well.
We are considering a version function for a future release.