A
Ayush H N
Hello,
When we connect to MSDE using the following connection string we are not
successful. COS in this case refers to an instance of MSDE on our system.
ConnectionString=Provider=SQLOLEDB;Server=localhost\COS;User
ID=sa;Password=sa;Database=COS_1_1;
But the above works, if we replace localhost by the actual machine name
our server. In addition to this, the usage of localhost works if we
install MSDE without specifying INSTANCENAME i.e if we install only a
default instance. We really need it to work for localhost\<instance-name>.
Note: We are using DISABLENETWORKPROTOCOLS=0 as an option during
installation.
We'd be grateful to anyone who can throw some light on this topic.
Thank you,
Ayush H N
When we connect to MSDE using the following connection string we are not
successful. COS in this case refers to an instance of MSDE on our system.
ConnectionString=Provider=SQLOLEDB;Server=localhost\COS;User
ID=sa;Password=sa;Database=COS_1_1;
But the above works, if we replace localhost by the actual machine name
our server. In addition to this, the usage of localhost works if we
install MSDE without specifying INSTANCENAME i.e if we install only a
default instance. We really need it to work for localhost\<instance-name>.
Note: We are using DISABLENETWORKPROTOCOLS=0 as an option during
installation.
We'd be grateful to anyone who can throw some light on this topic.
Thank you,
Ayush H N