Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connection strings
Message
De
11/01/2011 10:45:12
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
 
À
11/01/2011 10:39:33
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01495597
Message ID:
01495646
Vues:
43
It's more structured and strongly typed in .NET. You can do more things with it.

>Thanks
>
>and my supplementary question is why ?
>
>Nick
>
>
>>connectionStrings
>>
>>>I'm looking at 2 web sites
>>>
>>>one has connection strings stored in
>>>
>>>
>>><appSettings>    
>>>    <add key="SQLConn" value="Data Source=TEST\SQLEXPRESS;Initial Catalog=Validation;Connection Timeout=300;User ID=webuser;Password=password" />
>>>
>>>the other has
>>>
>>>
   <connectionStrings>
>>>    <add name="SQL" connectionString="Data Source=TEST\SQLEXPRESS;Initial Catalog=Validation;Connection Timeout=300;User ID=webuser;Password=password" providerName="System.Data.SqlClient"/>
>>>
>>>
>>>Whats the best method ?
>>>
>>>Thanks
>>>
>>>Nick
Very fitting: http://xkcd.com/386/
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform