Subject | RE: [IBO] small IBO problem |
---|---|
Author | Jason Wharton |
Post date | 2005-04-19T16:43:57Z |
That is most likely due to being handled as a memo field.
It's pretty weird you would store an integer in a memo....
But, I could look into it and see if I could accommodate.
Jason
It's pretty weird you would store an integer in a memo....
But, I could look into it and see if I could accommodate.
Jason
> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of Hans
> Sent: Saturday, April 16, 2005 7:54 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] small IBO problem
>
>
>
> Small IBO problem
>
> TEMP VARCHAR(1000) filled with 123
>
> FiledByName('Temp').AsInteger -> Raises an exception
>
> TEMP VARCHAR(10) filled with 123 works fine
>
> The long TEMP works in BDE and IBX
>