I just downloaded the new MS Paterns & Practices Enterprise Library to use the Data Access Application Block in a web app.
Am I missing something, or can the connection string only be set in the
dataconfiguration.config file??
For one thing I would like to encrypt the string as MS has always
recommended. How can that be done?
But also I need to connect to two different databases. How to do this?
TIA
--
Alphonse Giambrone
Email: discuss at customdatasolutions dot us
Re: Change Connection String at runtime. ... exposes custom objects that are implemented to use the custom data access... easily moved to another database, or have versions for each database. ... and protocols each data source exposes....connection string to the connectionobject before the connection opens. ... (microsoft.public.dotnet.framework.adonet)
Re: How to enable Windows Authentication ... either your missing something or I am missing something and I ...Windows Local User accounts.... I remove the comments from the connection string in the web.config I can ... When connecting to SQL Server 2005, this failure may be caused by the ... (microsoft.public.dotnet.framework.aspnet)
Re: Connection to Access Database Problem ... Most likely you've an incorrect or missing value in the connection string.... SQL State: 3028, SQL Error Code: =124520301. ... an Access problem rather than a Delphi one, ... (borland.public.delphi.database.ado)
Re: MySql ado.net connector problem ... >> 2) I am trying to connect with asp.net web app.... > the .NET provider you got from the web? ... That is the connection string that I was given from my host. ... a MySqlCommand object like this MySqlCommand command = new MySqlCommandI ... (microsoft.public.dotnet.framework.adonet)
Re: VS 2003 + opening a connection to SQL SERVER 2000 database ... > on the old development machine to be able to connect to SQL Server.... What does your connection string look like? ... >>> Is this a web app?... >>> use your local ASPNET account?... (microsoft.public.dotnet.framework.aspnet)