For the driver selection. It was a decision based on a list of .NET drivers listed on the CouchDB web site. If you have a suggestion of a .NET driver that has a user group and full documentation I would happily accept your suggestion. I could not see that any of the .NET drivers had a user group or a URL for documentation.
This is again a driver question as there is no way that I know to pass the URL to the driver and tell it to execute it. -----Original Message----- From: Kevin Coombes [mailto:[email protected]] Sent: Thursday, November 08, 2012 3:01 PM To: [email protected] Cc: Kevin Burton Subject: Re: Executing a view If there is no documentation and no user group and no support for this driver, why are you using it? As for your question: how do you tell your "driver" to issue an HTTP GET request? Since you know the URL, that's all you need to do. On 11/8/2012 1:55 PM, Kevin Burton wrote: > This command works very fast and is just what I want: > > > > curl http://kevin-linux:5984/buyseasons/_design/product/_view/by-sku > > > > No how do I get my driver (Hammock) to issue a similar command? > > > > Sorry to post driver specific questions to this group but it doesn't > seem that there is a user group for this driver or any documentation. > > > > Thank you. > >
