Re: [Firebird-devel] feature rdb$get_context('SYSTEM', 'ENGINE_IMPLEMENTATION')

2011-05-05 Thread Nando Dessena
Philippe, > Nando Dessena [2011-05-05 13:26] : >> The Services API might/should support it as well > > ??? > > do you read RN from time to time ? Apparently, not this time. :-) My fault; I thought that was part of the request and I misread the reply. Thanks for the correction and sorry for the no

Re: [Firebird-devel] feature rdb$get_context('SYSTEM', 'ENGINE_IMPLEMENTATION')

2011-05-05 Thread Philippe Makowski
Nando Dessena [2011-05-05 13:26] : > The Services API might/should support it as well ??? do you read RN from time to time ? of course service api provide this information and that really not hard to use it, every good driver give you a way to use it and you even have fbsvcmgr for that : fbsvc

Re: [Firebird-devel] feature rdb$get_context('SYSTEM', 'ENGINE_IMPLEMENTATION')

2011-05-05 Thread Nando Dessena
Dmitry, >> SELECT rdb$get_context('SYSTEM', 'ENGINE_64BITS') from >> rdb$database; True/False SELECT rdb$get_context('SYSTEM', >> 'ENGINE_IMPLEMENTATION') from rdb$database; 66 and >> IMPLEMENTATION_NAME "Firebird/linux AMD64", > > Why is it necessary? I see no sense in knowing that information >

Re: [Firebird-devel] feature rdb$get_context('SYSTEM', 'ENGINE_IMPLEMENTATION')

2011-05-05 Thread Dmitry Yemanov
05.05.2011 14:34, marius adrian popa wrote: > Feature request related to this thread > http://tech.groups.yahoo.com/group/firebird-support/message/113203 > > Maybe the api should show it somewhere like in the the engine_version > example http://firebirdsql.su/doku.php?id=rdb_get_context > > SELECT