Re: [Firebird-devel] isc_info_firebird_version without database handle

2012-02-25 Thread Mark Rotteveel
On 19-2-2012 10:54, Jiri Cincura wrote: > On Sun, Feb 19, 2012 at 9:34 AM, Mark Rotteveel wrote: >> Out of curiosity: why do you want to know the version before attach? > > For some EF internals. > Ok, but to what end do you need that information before the attach? -- Mark Rotteveel --

Re: [Firebird-devel] isc_info_firebird_version without database handle

2012-02-19 Thread Jiri Cincura
On Sun, Feb 19, 2012 at 10:57 AM, Alex Peshkoff wrote: >  On 02/19/12 13:53, Jiri Cincura wrote: >> On Sat, Feb 18, 2012 at 10:36 PM, Dmitry Yemanov wrote: >>> You can use the service manager and ask it for isc_info_svc_server_version. >> That would require another connection, isn't it? > > Yes,

Re: [Firebird-devel] isc_info_firebird_version without database handle

2012-02-19 Thread Alex Peshkoff
On 02/19/12 13:53, Jiri Cincura wrote: > On Sat, Feb 18, 2012 at 10:36 PM, Dmitry Yemanov wrote: >> You can use the service manager and ask it for isc_info_svc_server_version. > That would require another connection, isn't it? Yes, this requires svc manager connection.

Re: [Firebird-devel] isc_info_firebird_version without database handle

2012-02-19 Thread Jiri Cincura
On Sun, Feb 19, 2012 at 9:34 AM, Mark Rotteveel wrote: > Out of curiosity: why do you want to know the version before attach? For some EF internals. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com ---

Re: [Firebird-devel] isc_info_firebird_version without database handle

2012-02-19 Thread Jiri Cincura
On Sat, Feb 18, 2012 at 10:36 PM, Dmitry Yemanov wrote: > You can use the service manager and ask it for isc_info_svc_server_version. That would require another connection, isn't it? -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com -

Re: [Firebird-devel] isc_info_firebird_version without database handle

2012-02-19 Thread Mark Rotteveel
On 18-2-2012 20:33, Jiri Cincura wrote: > Hi *, > > can I somehow ask for isc_info_firebird_version without database > handle? I'd like to know it before processing op_attach. > Out of curiosity: why do you want to know the version before attach? -- Mark Rotteveel --

Re: [Firebird-devel] isc_info_firebird_version without database handle

2012-02-18 Thread Dmitry Yemanov
18.02.2012 23:33, Jiri Cincura wrote: > > can I somehow ask for isc_info_firebird_version without database > handle? I'd like to know it before processing op_attach. You can use the service manager and ask it for isc_info_svc_server_version. Dmitry