I installed SQL Database Engine (MSDE) using the below ini file.
[Options]
INSTANCENAME=TagLinkMSDE
securitymode=sql
SAPWD=taglink
DISABLENETWORKPROTOCOLS=0
I then try to connect to the newly installed instance of MSDE using the below connection string.
m_cn.Open "Provider = SQLOLEDB.1; User ID = sa; Password = abcdefg; Initial Catalog = MyDatabaseCS; Data Source = ServerName\TAGLINKMSDE"
I get an error saying that the login for user 'sa' failed. Does anybody know why?
[Options]
INSTANCENAME=TagLinkMSDE
securitymode=sql
SAPWD=taglink
DISABLENETWORKPROTOCOLS=0
I then try to connect to the newly installed instance of MSDE using the below connection string.
m_cn.Open "Provider = SQLOLEDB.1; User ID = sa; Password = abcdefg; Initial Catalog = MyDatabaseCS; Data Source = ServerName\TAGLINKMSDE"
I get an error saying that the login for user 'sa' failed. Does anybody know why?