Subject | Re: [IBO] How to access fields from the current row of a tib_query |
---|---|
Author | Mark Lawes |
Post date | 2004-04-27T21:37:44Z |
Helen
Luckily there is no Sanity Clause
Mark
Luckily there is no Sanity Clause
Mark
----- Original Message -----
From: "Helen Borrie" <helebor@...>
To: <IBObjects@yahoogroups.com>
Sent: 27 April 2004 09:38
Subject: Re: [IBO] How to access fields from the current row of a tib_query
> At 09:53 AM 27/04/2004 +1000, I wrote:
>
> >function MyDM.AccountExists(inputstring: string): string;
>
> Duh.
>
> function MyDM.AccountExists(inputstring: string): Boolean;
> ...
> >with sqCheckAccount do
> >begin
> > if not prepared then prepare;
> > Params[0].AsString := MyVariable;
> > Execute;
> > Result := Fields[0].AsBoolean;
> >end;
>
> HB
>
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
> Yahoo! Groups Links
>
>
>
>
>
>