AccessUpdate
UpdateClient - performance of tasks of updating of versions of bases at the client
The program serves for uploading the new version of base through the Internet and to import of the data the previous version of base in new at the client.
Downloading occurs on HTTP to the report. The program is built by developers of bases Access in the install,
for maintenance of updating of versions at clients.
Встройка program
On the form the button, and on event Click two lines of a code is added:
Private Sub btnUpdate_Click()
Shell Application.CurrentProject.Path + "\UpdateClient.exe"
Quit
End Sub
In the similar way it is possible to build on other elements of management.
Option of the program.
The developer adjusts a file (Update.ini) for concrete base.
File Update.ini is placed in a folder where there is program UpdateClient.exe.
[Update]
Database=Sample
File=Sample.mdb
Version=1.1
URL=http://devsvc.com/AccessUpdate/UpdateList.xml
Then files UpdateClient.exe, Update.ini are built in installation of base Data1.
The example such встройки can be looked in a demo of the version.