|
Home > Archive > Programming with dBASE > April 2005 > best way to check if table has changed?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
best way to check if table has changed?
|
|
| Iván Musa 2005-04-22, 7:23 am |
| Hi
I have a specific machine that generates dbf files. The procedure is the
next:
1.The machine analizes an object and generates a values.
2.The specific software of this machine, open a new dbf table with the first
object (the name of the table is know) appends a record and put this values
in a several fields in the table.
3.Next, with the other object, the specific software appends new record and
fills the fields
3.
3.
....
3.
What is the best way to check in real time if the table has changed?
The table can open in other PC (by net) while the specific program has the
table open.
Firts I thought in a loop with a simple function (do while enddo) but this
way consumes all the time-process.
Do you know any other way to check if a table change?
Maybe a metoth of query or database or table classes, can do it...
Please help.
Thanks
Iván Musa
dBASE PLUS, wXP
| |
| Jean-Pierre Martel 2005-04-24, 3:23 am |
| In article <JpaXkyxRFHA.444@news-server>, musa@dosimetria.com says...
>
> What is the best way to check in real time if the table has changed?
Check the rowset.modified property
Jean-Pierre Martel, editor
The dBASE Developers Bulletin
Blue Star dBASE Plus Core Concepts Graduate
|
|
|
|
|