Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Find out Engine Version of Server
Thu, Dec 15 2022 6:22 AMPermanent Link

Heiko Knuettel

Hi!

Is there a way, in a C/S environment, for the client to get the EDB engine version of the server, that doesn't require altering the server?

I know I could use a server procedure, but then I would need to recompile and redeploy the server.

Is this possible? Thanks!

Heiko
Thu, Dec 15 2022 12:29 PMPermanent Link

Terry Swiers

Hi Heiko,

> Is there a way, in a C/S environment, for the client to get the EDB engine version of the server, that doesn't require altering the server?

You can use the GetRemoteServerVersion function of the TEDBSession object.  
Image