Is there a possibility to connect to a server without changing registryvalues "\Software\Microsoft\MSSQLServer\Client\ConnectTo"
We are installing our application on strict networks, and we are not allowed to write in the registry
//Andreas
Connect without write registry values
You do not need to change any registry values to connect to SQL Server using DbxSda.
Just specify the server you want to connect to in the following manner:
SQLConnection.Params.Add('HostName=MyServer');
For more information please see the ReadMe.html file.
You can find this file in the DbxSda installation directory.
Just specify the server you want to connect to in the following manner:
SQLConnection.Params.Add('HostName=MyServer');
For more information please see the ReadMe.html file.
You can find this file in the DbxSda installation directory.