Hello,
I'm facing something odd with ConnectionStrin g; when I use a SaveFileDialog the connection string changes to the location I've chosen in the SaveFileDialog.
Here is how I implement that:
Anyone has an idea?
Thanks in advanced!
I'm facing something odd with ConnectionStrin g; when I use a SaveFileDialog the connection string changes to the location I've chosen in the SaveFileDialog.
Here is how I implement that:
Code:
static OleDbConnection connection = new OleDbConnection
(@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\db1.mdb;Persist Security Info=True");
Thanks in advanced!
Comment