Re: ADO query parameters
From: Bill Hannan (wfha_at_earthlink.net)
Date: 01/11/04
- Previous message: Dennis: "Re: Re: Delphi 8 - ADO?"
- In reply to: David Wilcockson: "Re: ADO query parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 11 Jan 2004 15:12:28 -0500
Dave,
That works, Thanks.
Bill
"David Wilcockson" <dnw@librios.com> wrote in message
news:400195bc$1@newsgroups.borland.com...
>
> Try:
>
> MyQuery.Parameters.ParamByName('MyField').Value
>
> (Note that the TADOQuery component is not (currently?) supported in Delphi
> 8)
>
> David
>
> "Bill Hannan" <wfha@earthlink.net> wrote in message
> news:4001514a$1@newsgroups.borland.com...
> > Hi,
> >
> > I'm converting a bde app to ado (delphi 7, access 2000 format database).
> Is
> > there an equivalent to BDE paramByName? I can't seem to get it to work,
I
> > need to use query.parameters[int].value. That is much harder to read
and
> > in several queries it requires multiple assignments when a parameter
> appears
> > more than once.
> >
> > Bill
> >
> >
>
>
- Previous message: Dennis: "Re: Re: Delphi 8 - ADO?"
- In reply to: David Wilcockson: "Re: ADO query parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]