Multiple applications 1 database

Hi,

I am using Aurelius for all database access to an MS-SQL database.

I have multiple applications that access the same database and want Echo to be used as a replication mechanism. I understood that Echo needs to create tables to store its logs etc...

So I have multiple applications with each their own Aurelius connections (on the same database): can they share the same Echo system table(s?) ?

Thanks

I don't know how your multiple applications work exactly, but I don't see a reason why it wouldn't work.

Echo logs all modifications made by Aurelius. It doesn't matter where this Aurelius modification comes from. All it will do is to log the modification at table/record level, and later route those modification to other nodes.