zingmatter
04-06-2006, 06:15 AM
There are serveral ways to connect to a SQL Server running locally on a PC. All I want to do is get it to work. In fact, using :
openStr="Driver={SQL Server};Server=servername;UID=username;" & _
"PWD=password;Database=mydatabase;Trusted_Connection=yes;"
all is fine in Internet Explorer, but FireFox throws up a 401.2 permission denied error page, which is really annoying. Is there some way of turning this off in FF, or am I missing something?
Thanks
openStr="Driver={SQL Server};Server=servername;UID=username;" & _
"PWD=password;Database=mydatabase;Trusted_Connection=yes;"
all is fine in Internet Explorer, but FireFox throws up a 401.2 permission denied error page, which is really annoying. Is there some way of turning this off in FF, or am I missing something?
Thanks