Copy link to clipboard
Copied
Hi all,
I search for a gateway watching changes in a database (e.g. insertions of records in a table etc), as DirectoryWatcher does in a directory for files when creating / modifing / deleting them.
Which of the existing CF gateways fits better to this role? or could fit with some changes???
Is out there any custom made CF gateway doing it??
Thanks in advance
Copy link to clipboard
Copied
There is nothing in cf that can do this, no.
What you're looking for would be the job of your database server, or of a tool designed to watch your db server. That tool also would have nothing to do with CF.
I hope that clarification would be enough to help motivate you to look elsewhere to find what you need, but in case someone may want to chime in with more specific suggestions, why is your database server?
Copy link to clipboard
Copied
As Charlie says, correctly, there is nothing in CF to do this. For good reason. If there were, it would have been a bad idea. I can think of 2 reasons:
A suggestion: do a google search for how to track changes in the database