strange behave for TZConnection>2 in application
Posted: 25.07.2006, 14:43
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.
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.