Hi,
I have a Vb.Net solution that contains several forms that read/write to an MS Access database.
My problem:
When I copy my Vb.Net solution and Access database to a new computer, the data source connection string needs to be changed. Currently the data sources wizard sets the connection string.
Is it possible to allow the user specify the connection string of the dataset or is there a different, better solution available?
Thanks for your time.