Hey folks,
I am working on creating a method to automatically refresh the linked tables in our databases. I have read multiple posts regarding use of an .ini file.
What ini file are we talking about? What information is in there that is useful for database/file operations?
The way it is currently set up is this:
- both files (front end and back end) are on a network virtual drive
- to connect a new user to the database, I copy the FE to their PC, save as, enable...(read only permissions on network copy FE)
- when I update the FE, I copy the development file to the network, relink tables to the production BE, change the file versions in FE and BE to the next higher number
- so when the user opens up the FE, it checks for the version number, and if they don't match, copy the network FE to the desktop
- but, if I make some major changes to both files, then have to relink/refresh the links, I have to go to everyone's computer and copy it over, or trust that they can do it themselves.
If I could solve this to where I don't have to walk around the plant as much, it would be much easier to make changes and update files.
Thanks!
Plus, I want to give thanks for all the people who have helped me thus far in accomplishing the tasks above!
I am working on creating a method to automatically refresh the linked tables in our databases. I have read multiple posts regarding use of an .ini file.
What ini file are we talking about? What information is in there that is useful for database/file operations?
The way it is currently set up is this:
- both files (front end and back end) are on a network virtual drive
- to connect a new user to the database, I copy the FE to their PC, save as, enable...(read only permissions on network copy FE)
- when I update the FE, I copy the development file to the network, relink tables to the production BE, change the file versions in FE and BE to the next higher number
- so when the user opens up the FE, it checks for the version number, and if they don't match, copy the network FE to the desktop
- but, if I make some major changes to both files, then have to relink/refresh the links, I have to go to everyone's computer and copy it over, or trust that they can do it themselves.
If I could solve this to where I don't have to walk around the plant as much, it would be much easier to make changes and update files.
Thanks!
Plus, I want to give thanks for all the people who have helped me thus far in accomplishing the tasks above!