Connection string

Nov 2 2016 10:02 AM

Hi guys!

I wrote an application in c#..so..when i debug every think works well!

But...whe i pack it using IstallShield and put it on another computer i don't know why
it does not save data into database.
 
I put on the machine the Runtime access..so where i'm wrong?
Please help me! 
 
My connection string: 
 
InitializeComponent();

con.ConnectionString = @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\BDIAI.accdb;Persist Security Info=False;";


Answers (8)