From: Dimitry S. <SD...@to...> - 2002-11-26 07:56:53
|
On 25 Nov 2002 at 23:03, Nickolay Samofatov wrote: >> Reason I ask for the handling of names for input parameters is >> because then I wouldn't have to care much what order the input >> parameters are in. The server would tell me their names and they >> could be in any order it wanted. > >Not in Firebird 1.5. No XSQLDA structure changes were planned in >Firebird 1.5 and it is already feature-closed as I understand. Names of input parameters don't require XSQLDA changing. Every XSQLVAR already contains place for two names - sqlname and aliasname. Filling them may be tricky (requires parser change and even may be network protocol) but useful. SY, Dimitry Sibiryakov. |