View Single Post
  #1 (permalink)  
Old 09-10-2006, 00:31
eUKShane eUKShane is offline
Senior System Administrator
 
Join Date: Oct 2006
Posts: 145
Thumbs up Sample connection string for asp.net

POST APPLIES TO : WINDOWS (asp.net's)

Following are two sample connection strings that you can use for your ASP.NET application:

Quote:
[appSettings]

[add key=\"ConnectionString1\" value=\"DSN=my_DSN;uid=my_id;pwd=my_pwd\"/]

[add key=\"ConnectionString2\"

value=\"server=server_IP;uid=SQL_USER_ID;pwd=my_SQ L_Password;database=My_DBName\" ]

[/appSettings]
Best Regards,
UKShane
http://www.eukhost.com
Reply With Quote