Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-03-05 : 07:32:16
|
| naz writes "Okay, here is the situation. I'm running Microsoft SQL Server Desktop Engine, which I got from Visual Studio .NET Pro on Win 2000.This is my server name, machineName\VSdotNet. When I run queries in SQL Server Client Utility, I logged on by using Windows Authentication. Thus I run my sql scripts from the client utility and by right, should have my database created (which was created)I have a problem connecting the databases I've created to an ASP page. When I log into the SQL Client Utility (to check my database location), my path is indicated as machineName\VSdotNet.master.machineName\AdministratorWell, could someone highlight to me how do I create a ConnectionString for this database so that I can connect my ASP to this database ? What are the parameters needed ?Thank you for listening.." |
|
|
|
|
|