Bit of a noob here. I am working on school practical in delphi. My project is saved on my one drive and each time I update the programe i create a new version, with a new directory. Example:
blah-blah\OneDrive\PAT(a folder containing all the files from the program including the .mdb)
inside this directory, which does not change, the final folder name, changes. Ex.:
blah-blah\OneDrive\PAT\V1
blah-blah\OneDrive\PAT\V2
blah-blah\OneDrive\PAT\V3 and so on...
My problem is that I am using a .mdb and everytime i copy the files to a new folder structure I have to go and build a new connection string to conntect to my database. I am using a simple ADO Connection.
Any help would be appreciated, Thx in advance!