A
A
alex995052017-09-04 11:21:13
SQL
alex99505, 2017-09-04 11:21:13

How to force an Access database to process the data after their arrival?

There is an Access DB on the server. Table Table1 receives data every hour. It is necessary to make sure that when the data arrives, the value is updated according to the average daily and entered in Table2.
Can the database be forced to execute a script when data arrives?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Kuznetsov, 2017-09-04
@DarkRaven

If you have a choice other than MS Access, I advise you to install something else - from MS SQL Server Express to Posgres, the main thing is to have a full-fledged DBMS. There you just set up the trigger and the transfer logic.
If you are limited to MS Access, then look for something to replace triggers with (again, you need to look at how they will be executed) or make a client on .NET / Delhpi that will perform the transfer.

A
Artyom Karetnikov, 2017-09-05
@art_karetnikov

The Access database must be open. We put the clock element on the form, in the settings we prescribe an interval, using it to check whether the data has arrived and processing - and here it is, happiness. The form must also be open.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question