DbProvider implementation that uses the WebRequestDataAccess class to make remote server calls to return data. Requires a SqlWebServer server backend to handle the incoming Web requests...

Define provider in your .config file as: Westwind.Data.WebRequest and make sure to add the factory definition there as well:

<system.data> <DbProviderFactories> <add name="West Wind Web Request Provider" invariant="Westwind.Data.WebRequest" description="Web Request Data Provider" type="Westwind.Utilities.WebRequestClientFactory,SqlWebService"> </add> </DbProviderFactories> </system.data>