cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO CONNECT HCP TO A EXTERNAL DATABASE

0 Kudos

Hi, Experts

We have been asked to develop html and java applications in HCP.

The requirement we must meet is that the applications must be connected to an external database, (ej. SQL Server).

Is this possible?

How can we do it?

Is there documentation or a blog describing this process?

If you can help us, I would appreciate it.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

TuncayKaraca
Active Contributor
0 Kudos

Hi Juan,

I think it should be possible! It seems you can use SAP Cloud Platform - Connectivity service if your SQL Server supports HTTP connection. Check this: SAP Cloud Platform Connectivity

Also I think using SAPCP Cloud Connector has some advantages, check: SAP Cloud Platform Cloud Connector To use the connector you need to install into a server in your network, then create a destination in SAPCP.

Also if SQL Server supports OData, you can create destinations for OData and use.

Just some thoughts 🙂

Thank you Tuncay, Now I understand and I can think of several options to start. Regards.

TuncayKaraca
Active Contributor
0 Kudos

Juan - Great, glad to hear!

Answers (1)

Answers (1)

jamie_cawley
Advisor
Advisor
0 Kudos

You should be able to expose the db with some type of api and then use it to connect your apps to it.

Regards,

Jamie

SAP - Technology RIG

0 Kudos

Thank you Jamie.