G
Guest
I have a set of datasets that I build in 2.0 that reference a
Settings/Connection string called,
name="PDS.LSS.Properties.Settings.StateConnectionString".
I have a method that allows my users to either create a new MDB or select a
existing MDB to reference these database objects.
My problem is that the OleDbConnectionStringBuilder appears to not allow me
to change/set this connection string name.
I define a string DBPath = string that contains the absolute path to the
either created or existing MDB file and I need to inject it into the
ConnectionString names above, but I cannot find the right syntax or flow to
allow this to happen.
Any Suggestions??? Thanks All!
David
Settings/Connection string called,
name="PDS.LSS.Properties.Settings.StateConnectionString".
I have a method that allows my users to either create a new MDB or select a
existing MDB to reference these database objects.
My problem is that the OleDbConnectionStringBuilder appears to not allow me
to change/set this connection string name.
I define a string DBPath = string that contains the absolute path to the
either created or existing MDB file and I need to inject it into the
ConnectionString names above, but I cannot find the right syntax or flow to
allow this to happen.
Any Suggestions??? Thanks All!
David