Is there any way to send information to be stored in a webbased database(eg. sql) from an external application?

21 Views Asked by At

I'm trying to create a server list using a webAPI that passes through information about each server(IP/domain) in its database. The idea is that each server would send this information to the database upon initialization. What would be the most efficient way of achieving this relationship?

0

There are 0 best solutions below