• Port
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
I'm trying to get started using the VB sample console application, and it works for the most part.  However, when I try to run a query on a custom object I created, I get the following error: "There is an error in XML document (1, 343)." 
 
If anyone could please help get me going I would greatly appreciate it!

Hi

I am working with vb.net and writing an app to download certain tables from Salesforce.  I got the code working to create the tables in SQL but have yet to figure out the best way to download the data.  What is the best way to download the data into the SQL tables?  Does anyone have any code samples or suggestions to do this process?  Also is there a way to bulk insert vs inserting one record at a time.  Thanks for any help.