Subject | Re: [IBO] Re: Bug in 3.6A IBOQuery |
---|---|
Author | Jason Wharton |
Post date | 2000-12-08T02:45:16Z |
Ok, so the crux of the problem here is that you are getting all NULL values
if you have multiple params with the same name and you only assign a single
one a value with an INSERT statement.
I'll work on this as such. Let me know if this isn't it.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
if you have multiple params with the same name and you only assign a single
one a value with an INSERT statement.
I'll work on this as such. Let me know if this isn't it.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: <paulhope@...>
To: <IBObjects@egroups.com>
Sent: Wednesday, December 06, 2000 2:39 PM
Subject: [IBO] Re: Bug in 3.6A IBOQuery
> Jason
>
> > I'll log this as a potential bug. I'm sure you can work around it
> by using
> > two separate parameters, right?
> Wrong! The real query has about 20 fields initiated with the same
> value (an encrypted '0') and it would just be too tedious!
>
> I have got round it by using an TIB_Query but thought it was worth
> raising.
>
> Regards
> Paul