How do I keep a data cache (in C++) keep the data in memory including any changes that can happen to the database? The Sybase server is System 11.
I want to create a data chache in C++ but how can I get the change that happenes to the log to the C++ program. I am looking for an agent that will read the log and call C++ classes with the changes to the database. Can I use replication Server to do this?
Any comments?
I want to create a data chache in C++ but how can I get the change that happenes to the log to the C++ program. I am looking for an agent that will read the log and call C++ classes with the changes to the database. Can I use replication Server to do this?
Any comments?