NogDog wrote:You likely need to specify a port number to connect to the DB, and this assumes that the DB host has been configured to allow remote connections. Check with the host or DB admin to find out what port number to use, then append it to the host address after a colon:
NogDog, thanks for the reply.
I tried adding the port number that the db admin gave me but it's still not working. I have also verified that the DB is indeed configured for remote connections. The DB admin is able to connect remotely himself, though he is not doing it through a php app.
Can I verify with you that, assuming the port is correct, and assuming remote connections are allowed, the connection string I am using should in theory work?
Can you think of anything else that might be generating this error?
Thanks again,
gm