Subject | Re: server version |
---|---|
Author | petr.jicin |
Post date | 2013-02-03T12:24Z |
> Is there a way to determine which version of Firebird is running before connection to a Database?Or using Python and fdb library (python binding):
>
> I'm looking in org.firebirdsql.management but cant find anything fitting.
>
import fdb
svc = fdb.services.connect(password='yourFirebirdSysdbaPassword')
print "server version: ", svc.get_server_version()