N
Nus Pieds
Hi,
I'm trying to use the QuickStart tutorials
(http://localhost/quickstart/aspplus/)--specifically the
data-access ones but I can't seem to run them because of a
security setup error for the pubs database.
I have SQL Sever installed and running with all the sample
databases (Northwind, Pubs, etc.). What exactly do I need
to do in SQL Server manager to make these QuickStart
examples run?
I did a View Code on the "DataGrid1.aspx" example and the
connection is:
MyConnection = New SqlConnection("server=(local)
\NetSDK;database=pubs;Integrated Security=SSPI")
I'm not an SQL Server expert, so I am presuming that I
have to create a "NetSDK" user or something and grant that
user access to the pubs database? If so, how do I do that?
Thanks,
NP
I'm trying to use the QuickStart tutorials
(http://localhost/quickstart/aspplus/)--specifically the
data-access ones but I can't seem to run them because of a
security setup error for the pubs database.
I have SQL Sever installed and running with all the sample
databases (Northwind, Pubs, etc.). What exactly do I need
to do in SQL Server manager to make these QuickStart
examples run?
I did a View Code on the "DataGrid1.aspx" example and the
connection is:
MyConnection = New SqlConnection("server=(local)
\NetSDK;database=pubs;Integrated Security=SSPI")
I'm not an SQL Server expert, so I am presuming that I
have to create a "NetSDK" user or something and grant that
user access to the pubs database? If so, how do I do that?
Thanks,
NP