In my project I used a datagrid and Adodc.datasource of datagrid is Adodc.there in Adodc properties I select "use connection string".I used Microsoft jet 4.0 OLE DB provider and select the connection path to the database as "F:\project\super.mdb".
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\project\super.mdb
the path sould be valid when runing the program in another computer too.
I made the setup file and install it.when Im runing the program the datagrid is not work.it says the path "F:\project\super.mdb" is invalid.how can I solve this problem.help me please.