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
ekanshekansh 

Using VB to login

Is there any way to have vb automatically login to salesforce. Im trying to create a query that runs every night to query data from salesforce.

 

Thanks

Force2b_MikeForce2b_Mike
I had used Ron Hess's classes and code from the SForce Connector to build VB code that can log into SFC for updates. I'll check with Ron to see if he has any issues with me sharing the code along with my changes.

Mike
Ron HessRon Hess
no problem, please share!
tantan
Wow that would be very helpful ! I have users who just 'MUST' to have daily reports in there inbox and this would be a great way to have a simple program running to automaticaly genernate and email report output.
Force2b_MikeForce2b_Mike
Just in case you haven't seen it, I posted a link to the VB source code under the "sforce Connector: new version 5.40" thread.

Here is a link to the specific message:
http://forums.sforce.com/sforce/board/message?board.id=VB_development&message.id=546

Mike