amorosik
Active member
- Local time
- Today, 20:39
- Joined
- Apr 18, 2020
- Messages
- 611
I have a procedure that I'll call procedure10.accde, which is normally launched from a desktop icon whose properties contain the path and name of Procedure10.accde
Procedure10.accde (and possibly subsequent versions) are connected to data on a database server via an ODBC driver
A function within it allows you to check for updates on a remote website, such as whether procedure11.accde is available
If the most recent file is available, the local file is downloaded and a warning is displayed
The question is: how can I use INTERNAL CODE to procedure10.accde to:
1. Update procedure11.accde to link to external tables.
2. Create a new desktop icon with a modified name and properties to launch procedure11.accde.
3. Start procedure11.accde.
Procedure10.accde (and possibly subsequent versions) are connected to data on a database server via an ODBC driver
A function within it allows you to check for updates on a remote website, such as whether procedure11.accde is available
If the most recent file is available, the local file is downloaded and a warning is displayed
The question is: how can I use INTERNAL CODE to procedure10.accde to:
1. Update procedure11.accde to link to external tables.
2. Create a new desktop icon with a modified name and properties to launch procedure11.accde.
3. Start procedure11.accde.