[firebird-support] server version

2013-02-02 Thread hugo.larson
Hello, Is there a way to determine which version of Firebird is running before connection to a Database? I'm looking in org.firebirdsql.management but cant find anything fitting. Thanks, Hugo

Re: [firebird-support] server version

2013-02-02 Thread Paul Vinkenoog
Hello Hugo, Is there a way to determine which version of Firebird is running before connection to a Database? From within your application, you can connect to the Services Manager and then call isc_service_query(), specifying isc_info_svc_server_version in the request buffer. This is