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
chrisCCASchrisCCAS 

VB.net Retrieve / Query Information

In my current project I need to be able to take infrormation from our database on Sforce and retrieve it and store it in a database locally here. My question is how do i do so? I need to bring back about 135 fields and store into a database. Would I retrieve or query? Also what code allows me to do this..

Thanks. You people are very helpful.

qmanqman

What database are you using locally ?

Bill

chrisCCASchrisCCAS

A dataware house.


Any help will be greatly appreciated.

qmanqman

If your data warehouse is using Microsoft SQL Server, then you can donwload the SQL Server provider at www.forceamp.com and use it to make local copies of your salesforce.com data.

Bill

chrisCCASchrisCCAS
That seems like an awesome program. However we need to make one that is fully editable on my end. So I really need to find the hard code behind querying / retriving then writing to a database.