Forum Discussion
karkadil
14 years agoValued Contributor
It looks like you have to specify database name you connect to:
Initial catalog=YOUR_DB_NAME;
Another guess, you have to specify port number in your IP address, e.g.
Data Source=xx.yy.zz.nn,ABCD
where ABCD is a port number.