Try with question marks instead of that:
=?
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
SLODUG - Slovene Developer Users Group
www.rthand.com
"Chris" <(E-Mail Removed)> wrote in message
news:8499E33E-1BBD-4A72-8171-(E-Mail Removed)...
> Hello,
>
> Is it possible when configuring an OLEDB DataAdapter, using the Query
> Builder, to specify parameters?
>
> I've tried placing =@parametername in the criteria section of the Query
> Builder, but this seems to always gerenate errors and then the Datasets
> won't
> fill.
>
> The datasource is a set of Visual Fox Pro tables.
>
> Any help is appreciated.
>
> Thank you