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
Knet15Knet15 

Any way to manipulate the database?

Hello,

Does any body know if exist a way to manipulate the Sales Force directly? I mean using selects, insert, etc, etc....
Its always restricted?

What about migrations of existing systems that require dificult relationships?

Thank you very much for your help!
Shashikant SharmaShashikant Sharma
Could you explain your question what exactly you want to develop.
Knet15Knet15
I mean how is the way to use the database on sales force?, Very often you can interact directly using selects, inserts, etc...For example in MySql that you open the console and interact using a query:

 * CREATE TABLE t (c CHAR(20) CHARACTER SET utf8 COLLATE utf8_bin);

Is there any way to manipulate the database in the same way?