Hi all, long time.
I'm feeling rusty and need a jolt!!! I've written my killer app and it is driven by delphi as a front end, and ms-acess as the database (back end - single user!!!). My problem now, is that because I'm using the installer bundled with delphi, i'm not sure how to setup my ADO connection string so as to point to the table at all times.
When I pre-determine where to find the table (database) after installation it works fine, but if the user should select a different default for setup, my prog will not run well since the database will not be located.
I tried using [default\\, [..\\], [\\] etc, as part of the pathname in the setting up of the 'Adotable1.connectionString1' and none seems to work.
Can someone pls help solve my problem?
Thanks in advance.
I'm feeling rusty and need a jolt!!! I've written my killer app and it is driven by delphi as a front end, and ms-acess as the database (back end - single user!!!). My problem now, is that because I'm using the installer bundled with delphi, i'm not sure how to setup my ADO connection string so as to point to the table at all times.
When I pre-determine where to find the table (database) after installation it works fine, but if the user should select a different default for setup, my prog will not run well since the database will not be located.
I tried using [default\\, [..\\], [\\] etc, as part of the pathname in the setting up of the 'Adotable1.connectionString1' and none seems to work.
Can someone pls help solve my problem?
Thanks in advance.