I have a local copy of PB and a local copy of the DB. Of course, I can connect just fine by specifying the local connection string in my ini file.
To connect to the server and DB on our network, I have to go to a remote desktop connection - then I can see the network drives or I can connect to a server and DB.
But, I can't connect PB to the server on the network Is there a way to do so, so I can run PB locally but user the server DB?
Note that some DB Client connectivity might require this value in the SQLCA.DBParm field as well
For a local DBMS - the "LocalHost" IP would be "127.0.0.1"
HTH