Connecting to multiple firebird Databases via Delphi
Posted
by Branden
on Stack Overflow
See other posts from Stack Overflow
or by Branden
Published on 2010-05-10T14:15:53Z
Indexed on
2010/05/10
20:04 UTC
Read the original article
Hit count: 345
I am integrating a system with 2 other applications, 1 using a Firebird database whilst the other BIS (using ADO). My delphi application uses Firebird. I need to read data from my database, insert it into both the BIS database and the other application firebird database. I have created seperate data modules for each. Sending data to the ADO works fine, but when writing to the other Firebird DB (my db still open) I get strange errors. I have managed to isolate the problem to the second firebird DB. Small data writes seems fine.
The data structures are completly different, so un able to use a synch tool.
is there a way to overcome this by using multi threading or seperate memory space each Firebird instance uses?
© Stack Overflow or respective owner