Search found 2 matches

by SonnyBoy
18.06.2009, 15:14
Forum: 6.6 - stable
Topic: Connection to Firebird Server + Embedded at the same time
Replies: 4
Views: 587

Code Example

This is a code example that doesn't work.
the 3rd request goes to the server but should be on the embedded
by SonnyBoy
12.06.2009, 18:30
Forum: 6.6 - stable
Topic: Connection to Firebird Server + Embedded at the same time
Replies: 4
Views: 587

Connection to Firebird Server + Embedded at the same time

Hello! I have a littel problem with the TZConnection. I try to connect to a Firebird Server and a Firebird Embedded Database a the same time. I need this for a machine control system. I generate to Instance of TZConnection. With the first i connect to the embedded and with the second to the server. ...