Local Server Connection
hi
i trying connect database in sql express 2005 located in same machine running (windows xp pro) iis using classic asp code, cannot seem connect database. please help.
here code below.
connectionstring = "provider = sqlncli;" & _
"data source = unidweb\sqlexpress;" & _
"initial catalog = <dbname>;" & _
"integrated security=sspi;"
objcmd.open connectionstring
i trying connect database in sql express 2005 located in same machine running (windows xp pro) iis using classic asp code, cannot seem connect database. please help.
here code below.
connectionstring = "provider = sqlncli;" & _
"data source = unidweb\sqlexpress;" & _
"initial catalog = <dbname>;" & _
"integrated security=sspi;"
objcmd.open connectionstring
hi,
make sure enabled remote connections instance. walkthrough how can found on site int screencast section. if did not you, not hesitate come :-)
hth, jens suessmeyer.
make sure enabled remote connections instance. walkthrough how can found on site int screencast section. if did not you, not hesitate come :-)
hth, jens suessmeyer.
SQL Server > SQL Server Tools
Comments
Post a Comment