Reporting version

Post Reply
acoulson0
Posts: 8
Joined: Thu Dec 21, 2000 8:01 am

Reporting version

Post by acoulson0 »

Is there a Network Client API or TSQL statement for reporting the Texis version?

Thnaks, Andrew
User avatar
Kai
Site Admin
Posts: 1271
Joined: Tue Apr 25, 2000 1:27 pm

Reporting version

Post 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.
Post Reply