Re: Parameterized Queries - Variables, and Access
- From: Peter Nimmo <PeterNimmo@xxxxxxxxxxxxxxxxx>
- Date: Thu, 30 Nov 2006 04:48:53 -0800
"Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx> wrote in
news:ONxjNkHFHHA.3288@xxxxxxxxxxxxxxxxxxxx:
Nope, sorry Bob. That was my next plan of attack based on my understandingOtherwise in what way do you solve this problem.Do you mean you have this working? Please show us an example.
My only other solution at the moment is to use two ? placeholders and
declare two identical Parameters in the Parameters collection.
from SQL Server, but as you say Access does not support batched queries.
I would be interested to know if there is a better way when using SQL
Server, than my method using DECLARE. I once tried to use the variable
name that I setup with the parameters collection but of course this kind of
named parameters does not work with parameterized queries only stored
procedures.
.
- Follow-Ups:
- Re: Parameterized Queries - Variables, and Access
- From: Bob Barrows [MVP]
- Re: Parameterized Queries - Variables, and Access
- References:
- Parameterized Queries - Variables, and Access
- From: Peter Nimmo
- Re: Parameterized Queries - Variables, and Access
- From: Bob Barrows [MVP]
- Parameterized Queries - Variables, and Access
- Prev by Date: Re: Parameterized Queries - Variables, and Access
- Next by Date: Re: Parameterized Queries - Variables, and Access
- Previous by thread: Re: Parameterized Queries - Variables, and Access
- Next by thread: Re: Parameterized Queries - Variables, and Access
- Index(es):
Relevant Pages
|
|