S
Sandy
Hi!
I am trying to open a connection to a SQL Server database
using just the Framework, Notepad and the browser. I keep
getting the error message "SQL Server does not exist or
access is denied."
I am using the following for the connection:
Dim conPubs As SqlConnection
ConPubs = New SqlConnection ("Data
Source=localhost;Initial Catalog=PUBS;Integrated
Security=SSPI;")
ConPubs.Open()
In Page_Load of the script.
I can take the same notepad aspx page and put it into
Visual Studio .NET and it connects without a problem.
Anyone out there have any ideas?
Sandy
I am trying to open a connection to a SQL Server database
using just the Framework, Notepad and the browser. I keep
getting the error message "SQL Server does not exist or
access is denied."
I am using the following for the connection:
Dim conPubs As SqlConnection
ConPubs = New SqlConnection ("Data
Source=localhost;Initial Catalog=PUBS;Integrated
Security=SSPI;")
ConPubs.Open()
In Page_Load of the script.
I can take the same notepad aspx page and put it into
Visual Studio .NET and it connects without a problem.
Anyone out there have any ideas?
Sandy