Hi, Frans. This is a little fussy, but...
There's a property on the DataAccessAdapter called ConnectionStringKeyName which allows you to change which appSetting you're using to get the connection string. In Self-Servicing you use a shared member on DBUtils called ActualConnectionString which is the actual connection string to be used.
Can you add an ActualConnectionString property that would perhaps override the ConnectionStringKeyName property on the Adapter such that all future actions on the Adapter use that string without having to either a)add another key to the .config file or b)pass the new connection string in for each instantion of Adapter? Thanks.
Jeff...