Connection to SF db
Hi
I need to add a table of my own to SF backend db and update the table via code.
Is there a way to reuse SF db connection for connection pooling? If not how else can I make a connection to SF db from within SF? Is the connection string available to code which can be used to open the connection for portability?
Thanks
Regards
Hi John,
Please download and install the SDK where you will find a sample Products module which uses custom type - ProductsItem. You'll need to create your own persistent type and configure your project to be enhanced by the OpenAccess ORM.
Greetings,
Pavel
the Telerik team