atmosphere1212 Posted September 28, 2004 Posted September 28, 2004 Im having a problem with my connection string. I know the following database exists in my local server but I get an error on SqlConnection.Open() Heres the one im having problems with (i know that the table exists on local for sure) Server=(local);Database=ExtTest;Trusted_Connection=True;Connect timeout=0 Where as this one works fine for me Server=serverName;Database=dbName;Trusted_Connection=True;Connect Timeout=0 where dbName is a database on serverName Thanks Quote
bri189a Posted September 28, 2004 Posted September 28, 2004 Is the database at the local level or does it have it's own space, for instance, my local MSDE needs to be Server=LT01\VSDOTNET;Database=BLAH.... LT01 is my lap top name. Quote
atmosphere1212 Posted September 28, 2004 Author Posted September 28, 2004 How woudl I find that out? Quote
Administrators PlausiblyDamp Posted September 28, 2004 Administrators Posted September 28, 2004 What error do you get? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.