Page 1 of 1

strange behave for TZConnection>2 in application

Posted: 25.07.2006, 14:43
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.

Posted: 25.07.2006, 17:54
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