Subject | Re: [IBO] using tib_storedProc |
---|---|
Author | comesailing@btinternet.com |
Post date | 2001-09-09T15:57:05Z |
Thanks Helen
And thanks for your earlier reply to my query about the fastest way
to find if a dataset had a particular record.
On this one I had set-up the stored proc to know it had for select
myproc.ib_connection := datam.connectstock;
myproc.StoredProcForSelect := true;
myproc.StoredProcName := 'pageavail2';
myproc.prepare;
myproc.ParamByName('mypage').Asstring := '02';
etc
So I will study your solution and
try again to get the dataset working
And thanks for your earlier reply to my query about the fastest way
to find if a dataset had a particular record.
On this one I had set-up the stored proc to know it had for select
myproc.ib_connection := datam.connectstock;
myproc.StoredProcForSelect := true;
myproc.StoredProcName := 'pageavail2';
myproc.prepare;
myproc.ParamByName('mypage').Asstring := '02';
etc
So I will study your solution and
try again to get the dataset working
--- In IBObjects@y..., Helen Borrie <helebor@d...> wrote:
> At 02:13 PM 09-09-01 +0000, you wrote:
> >Help please!
_______________________________________________________