function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Steven2005ASteven2005A 

Urgent! Please Help! WebService and SQL related.

I am totally new to this
 
My boss ask me to develop a webservice in VB.Net 2.0
to Query data from Salesforce and save it to Sql server
but How to do it?
 
I created a webservice, but how to talk to salesforce and get the data, should I login first?
and what dlls do I need to use the built in functions? any samples to walkthough?
Thanks
 
Please Help
SuperfellSuperfell
Start by reading the quickstart in the API docs.
Steven2005ASteven2005A
thanks