Hello All,
I'm working with a real-time Database and have to check if some records have changed already from VB.
Anyone done something like this before ?
Tips, Code & Suggestions are very welcome !
Greetinx,
Don
Printable View
Hello All,
I'm working with a real-time Database and have to check if some records have changed already from VB.
Anyone done something like this before ?
Tips, Code & Suggestions are very welcome !
Greetinx,
Don
Hi Kersey
The easiest way of doing this is to add another field into the table you are checking and call it something like has changed. Whenever a change has been made to that record, set it to true or 1 depending on what you set it up as.
Then when your vb app comes in and searches the records and does what ever it does, set it back to false or 0.
Hope this helps
Ian