strange behave for TZConnection>2 in application

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Terence
Zeos Dev Team
Zeos Dev Team
Posts: 141
Joined: 22.09.2005, 14:11
Location: Stuttgart
Contact:

strange behave for TZConnection>2 in application

Post by Terence »

I am using in my application two connections, (let'em call Cconnection and Sconnection) one for server database and one for client side database, later i can syncronize the db tables.

I have problem when executing sql stament on SConnection (created as second) it looks like as if its executed on database of CConnection also.

Is there any known limitation with more than one connection in same app/firebird?

Test case;
SConnection+CConnection: firebird-2.0, localhost, of course different database file paths.

My goal later is to have client run as firebirdd-2.0 on localhost and firebird-2.0 as server somewhere/even on same host as client.

Tx for help.
fabian
gto
Zeos Dev Team
Zeos Dev Team
Posts: 278
Joined: 11.11.2005, 18:35
Location: Porto Alegre / Brasil

Post by gto »

No problems here.

Two servers (or even one server) with two TZConnections, different databases, different tables, different data. Firebird 1.0-1.5/Interbase 6.5.

The paths to database and objetcs are correctly linked with the right connections?

Stupid question, but we never know :D
Sometimes the most stupid thing make us loose much more time than a complicated one
Use the FU!!!!!IN Google !

gto's Zeos Quick Start Guide

Te Amo Taís!
Post Reply