Subject | ib_query ignores my data! |
---|---|
Author | paulhope@allcomm.co.uk |
Post date | 2001-01-25T18:53:04Z |
Just come accross a little problem with ib_query.
I have a char(1) field which sometimes contains a letter and
sometimes a space - IB_query.Fieldbyname('myfield').asstring
interprets a space as blank :-(
Length(IB_query.Fieldbyname('myfield').asstring)=0
no column attributes, no field properties, all default query
properties except connection and sql. V3.6A
Could really do with a quick fix/work around.
Regards
Paul
I have a char(1) field which sometimes contains a letter and
sometimes a space - IB_query.Fieldbyname('myfield').asstring
interprets a space as blank :-(
Length(IB_query.Fieldbyname('myfield').asstring)=0
no column attributes, no field properties, all default query
properties except connection and sql. V3.6A
Could really do with a quick fix/work around.
Regards
Paul