PDA

Click to See Complete Forum and Search --> : Change of State in a recordset/DB


Kersey
Jul 11th, 2000, 03:17 AM
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

Ianpbaker
Jul 11th, 2000, 05:30 AM
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