Subject | strange ParamEdit behaviour - bug or feature? |
---|---|
Author | Gediminas |
Post date | 2003-11-24T23:46:20Z |
configured 2 paramedit's (say Name_PE & Surname_PE, while pointed to Name &
Surname paramnames respectively).
After application startup monitor indicates, that initial parameters are NULL:
PARAMS = [ Version 1 SQLd 2 SQLn 2
[NAME] = <NULL>
[SURNAME] = <NULL> ]
Then in Name_PE & Surname_PE entered over one symbol for each & deleted at
one. So, paramedit's have an empty fields, however monitor shows, that now
send params are an empty strings '':
PARAMS = [ Version 1 SQLd 2 SQLn 2
[NAME] = ''
[SURNAME] = '' ]
Is it a feature of the paramedit's or it's a bug? I would rather agree,
that result in both cases would be the same (as param enter field is empty
in both cases). Correct me, if I'm wrong
I'm using 4.2Ie IBO, datasets are provided through the TIB_Query (select
from the SP)
--/ Gediminas /--
The Truth Is Out There
Surname paramnames respectively).
After application startup monitor indicates, that initial parameters are NULL:
PARAMS = [ Version 1 SQLd 2 SQLn 2
[NAME] = <NULL>
[SURNAME] = <NULL> ]
Then in Name_PE & Surname_PE entered over one symbol for each & deleted at
one. So, paramedit's have an empty fields, however monitor shows, that now
send params are an empty strings '':
PARAMS = [ Version 1 SQLd 2 SQLn 2
[NAME] = ''
[SURNAME] = '' ]
Is it a feature of the paramedit's or it's a bug? I would rather agree,
that result in both cases would be the same (as param enter field is empty
in both cases). Correct me, if I'm wrong
I'm using 4.2Ie IBO, datasets are provided through the TIB_Query (select
from the SP)
--/ Gediminas /--
The Truth Is Out There