Guest_imported
New member
- Jan 1, 1970
- 0
I want to have concurrent connections to 2 different SQL backends.
Right now the tables I need form a project from one database is push replicated to the 2nd database that really is the core of the project Im writting.
the problem is the delay of replication and read only because of the replication id column in the replicated columns.
If there is a way to have a form that has two concurrent connections open to 2 different databases that isn's just using select and update sql statements, but real binding I would be eternally greatfull to any one with an solution.
Right now the tables I need form a project from one database is push replicated to the 2nd database that really is the core of the project Im writting.
the problem is the delay of replication and read only because of the replication id column in the replicated columns.
If there is a way to have a form that has two concurrent connections open to 2 different databases that isn's just using select and update sql statements, but real binding I would be eternally greatfull to any one with an solution.