Hello Experts,
I am stuck in a bind here..I have a few ADO Data controls which need a connection string based on the directory the application is installed in..If I have a static directory then it is so problems. However if the directory changes then I got issues.
Why won't this work? I put this in the form load event! What are other avenues..I used the data control because of easy data bindings to data grids.
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="& app.path &"\DB.mdb;Persist Security Info=False"
HELP
Ashm01
I am stuck in a bind here..I have a few ADO Data controls which need a connection string based on the directory the application is installed in..If I have a static directory then it is so problems. However if the directory changes then I got issues.
Why won't this work? I put this in the form load event! What are other avenues..I used the data control because of easy data bindings to data grids.
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="& app.path &"\DB.mdb;Persist Security Info=False"
HELP
Ashm01