Hi all,

I'm using an Access DB with a bunch of queries. I've created a web service in VS 2003 and have drag/dropped the queries onto the workspace. This works fine, but the parameters are not auto-created as they are with SQL Server, for example.
Does anyone have an idea on what the problem is??

Thanks


--------------------------------
From: Tim Young

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>XYHanVmXq0+rcAwYDhEtkQ==</Id>

Re: Access query parameters not auto-created in Server explorer by Robbe

Robbe
Fri Mar 11 12:03:15 CST 2005

The oledb provider for access does not expose stored query parameters.
However, this code generator for access should do it for you.

http://www.eggheadcafe.com/articles/microsoftaccess_source_code_generator.asp

--
2005 Microsoft MVP C#
Robbe Morris
http://www.robbemorris.com
http://www.masterado.net/home/listings.aspx



"Tim Young via .NET 247" <anonymous@dotnet247.com> wrote in message
news:OTc%23b7fJFHA.3596@TK2MSFTNGP14.phx.gbl...
> Hi all,
>
> I'm using an Access DB with a bunch of queries. I've created a web
> service in VS 2003 and have drag/dropped the queries onto the workspace.
> This works fine, but the parameters are not auto-created as they are with
> SQL Server, for example.
> Does anyone have an idea on what the problem is??
>
> Thanks
>
>
> --------------------------------
> From: Tim Young
>
> -----------------------
> Posted by a user from .NET 247 (http://www.dotnet247.com/)
>
> <Id>XYHanVmXq0+rcAwYDhEtkQ==</Id>