I have Install 2 instance Interbase Server, Interbase 2007 on gds_db (3050)
and Interbase 7.51 on gds_db75 (3075)
I want to route incomming connection to Old Interbase Server (IB 7.51)
for example :
my connection database is localhost:c:\data\testing.ib
setting in admin.ib :
DB_ROUTE = 'C:/DATA/TESTING.IB'
SERVICE_NAME = 'gds_db75'
ACTIVATED_ROUTE = True
Notes:
On Interbase 7.51 setting above work fine, but not on Interbase 2007.
Help me please ...., thanks