Connect Application to MS SQL Server inside a private network

0
Hello,   we are currently developing an application for a client. The application is to be only used inside their private network and is also deployed there. They have a MS SQL-Server there witch we want to connect to the application. Of course i googled this situation, but everything i’m getting is something with the “Database Connector” but i’ve got the feeling, that is not the right approch, considering they are in the same network. If somebody could point me in the right direction of connecting to the database, i would be greatful
asked
1 answers
0

Hi Roland, the database connector can be used for that as well.

You need to do a bit of googling and trying for the connector url for the jdbc database but i think it is the right approach for your situation.

answered