View Single Post
  #8  
Old 08-09-2007, 09:48 PM
sarma sarma is offline
Junior Member
 
Join Date: Aug 2007
Posts: 10

Quote:
Originally Posted by mike View Post
No Sarma you cannot update items in your Salesforce instance performing SQL statements such as this. The best advice that I could give you is to create scripts that will download your data from Salesforce into local DB tables (I have done this for Oracle and MySQL), manipulate the data locally then use select statements to create insert, update, and upsert script back into your org's instance of salesforce. I have examples of how to create backup scripts on this site

Hope that helps

~Mike
@mike
where can i found your example of how to create backup scripts ??
so that i can make a program without connection to the internet
Reply With Quote