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 

Query to Datagrid vb.net

Hello,

I was wondering what is the easiest way to transfer Query results to a datagrid then from there I will eventually be transfering to a datawarehouse.

thanks, chris

fowlermfowlerm
Why don't you take a look at the ADO.NET data provider for .NET.  It is written in VB.NET and has a VB.NET demo app that puts Salesforce data in a datagrid.  You can download the latest source here.