Re: using add key in webconfig file.
From: Paul (anonymous_at_discussions.microsoft.com)
Date: 05/17/04
- Next message: Don: "ADO Novice"
- Previous message: William Ryan eMVP: "Re: using add key in webconfig file."
- In reply to: William Ryan eMVP: "Re: using add key in webconfig file."
- Next in thread: William Ryan eMVP: "Re: using add key in webconfig file."
- Reply: William Ryan eMVP: "Re: using add key in webconfig file."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 May 2004 13:46:07 -0700
Hi thanks for the response. I was not aware of the dynamic properties option in the data adapter properties. Think it is set up correctly now as it was able to detect the Key in the config file and insterted the connection string code in the form
Me.SqlConnection1.ConnectionString = CType(configurationAppSettings.GetValue("dm_con", GetType(System.String)), String). Also preview data now works. Seems as though the developers of .NET have thought of everything. Paul.
- Next message: Don: "ADO Novice"
- Previous message: William Ryan eMVP: "Re: using add key in webconfig file."
- In reply to: William Ryan eMVP: "Re: using add key in webconfig file."
- Next in thread: William Ryan eMVP: "Re: using add key in webconfig file."
- Reply: William Ryan eMVP: "Re: using add key in webconfig file."
- Messages sorted by: [ date ] [ thread ]