Subject | RE: [IBO] Error with parameters |
---|---|
Author | Support List |
Post date | 2011-11-07T14:27:21Z |
Andrei,
Hmmm... That probably was enough.
How about you send me a simple sample app so I can give it a go with
something that you confirm exhibits the problem.
Jason
Hmmm... That probably was enough.
How about you send me a simple sample app so I can give it a go with
something that you confirm exhibits the problem.
Jason
> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On
> Behalf Of Andrei Luís
> Sent: Monday, November 07, 2011 5:33 AM
> To: IBObjects@yahoogroups.com
> Subject: Re: [IBO] Error with parameters
>
> Hi Jason, didn't work.
>
> Do I need to recompile IBO? I just did a "build all" with my project
> opened, is this enough?
>
> []s
> Andrei
>
>
>
> 2011/11/6 Support List <supportlist@...>:
> > Andrei,
> >
> > Go into the file IBA_Row.imp and look for this method and make it like
> this
> > one:
> >
> > function TIB_Row.GetColumns( Index: word ): TIB_Column;
> > begin
> > if not Statement.Prepared then // Added this line.
> > Statement.Prepare; // Added this line.
> > if Index < FColumnList.Count then
> > Result := FColumnList.Items[ Index ]
> > else
> > Result := nil;
> > end;
> >
> > Let me know if this works for you.
> >
> > Thanks,
> > Jason LeRoy Wharton
> > www.ibobjects.com