I found that in every TableAdapter there is InitConnection()
that uses global::PROJECTNAME.Properties.Settings.Default.ConnectionString to set ConnectionString
Is there some way to change dynamicaly this string and from that moment all Table Adapters are to use this ConnectionString, and more: this connectionString will be saved into ...exe.config file?
Maybe some public object: SQLIteConnection type ? When i'm working with wizard then when i change connectionstring within tableadapter in property window then all connections in all datadapters are changing in dataset, why not to give propgrammer such object to change dynamically Connection or only connectionstring? like wizard do?
....or maybe i'm missing something and don't know something? Please answer me, i'm working (nearly finish) my app and want to give possibility to use within the same app different databases (not on the same time:) if it is not possible, please give me piece of advice how to solve that problem: to switch/open another database which i could work on with my app.
thanx!
Wiaz