Subject | Re: XSQLDA error |
---|---|
Author | Adam |
Post date | 2005-12-01T22:34:27Z |
--- In firebird-support@yahoogroups.com, "mikcaau" <macomp@s...> wrote:
I personally never use the SP component anyway, just use a TIBQuery
and use either the execute procedure sp or select field from sp syntax.
Adam
>associated
> --- In firebird-support@yahoogroups.com, Tim <tim@s...> wrote:
> >
> > Hi,
> >
> > I am using IBX 5.04 (Delphi 5 SP 1) on a Firebird database.
> >
> > We are getting an error "XSQLDA index out of range" on an
> > IBStoredProcedure.
> >
> > The stored procedure does an update of a table : there is no
> > IBQuery. We use the IBStoredprocedure component directly.IBX 7.1 still works fine.
> >
> > What is causing this problem, and how can we fix it?
> >
> > Thanks
> >
> > Tim
> >
> Not sure that IBX is compliant with Firebird anymore, they've diverged
> too much.
> Whenever I have problems like that I
> 1) Check db to see if it has any problems - gfix with switches -
> after I moved the db off the development machine those types of
> problems disapeared.
> 2) Make sure everyone is off and delete the firebird lck file
>
> mick
>
I personally never use the SP component anyway, just use a TIBQuery
and use either the execute procedure sp or select field from sp syntax.
Adam