John Lerry wrote:Do you know if I can do this?
We don't know if
you can do this, because we don't know your skills and knowledge.
Maybe you wanted to ask a different question, for example if this is a good idea? It depends on what application this is. Do you want to make the database accessible via the Internet? Then
you should realize that anyone in principle has access to your database server. Normally people don't directly make databases accessible on the Internet, there's usually at least a web service in between.
If it's an application that runs on a local company network, then you might make the database directly accessible on the local network.