How to start an application from MS SQL DB on another computer, when disconnecting the Adoconnection base is disabled, how to enable it from an application on another system, not into the code?

    1 answer 1

    @ Nick_qd So, correct me if I'm wrong, I understand that: you have an application that works with an MS SQL database on one computer and you need to run it on another computer, but the database will be on the first one? If so, then you have an application connection string in the application. If it is in the configuration file, then simply change the path to the database from localhost (127.0.0.1 or how else you register it) with the name of your server on the network or its IP address but not local. If there is no line in the configuration file, then it should be placed there. :-)