In my .Net project, I want to have a configurable connectionString, which is stores in a config file, to an enterprise SDE database. The connectionString should be similar to the one below: connectionString="Provider = Microsoft.Jet.OLEDB.4.0; Data Source=C:\...\myPGDB.mdb" How to do it? I haven't found any literature so far.