From: Alan M. <al...@me...> - 2003-11-10 12:17:59
|
> I've also noticed that if the CHARSET is actually NONE, then I > need to omit > this in the connection string because CHARSET=NONE throws an exception... > > I can now see that setting the port number to something other > than 3050 also > thtorws an exception, I can connection with > User=SYSDBA;Password=masterkey;Database=c:\ib-data\employee.gdb;Da > taSource=s > hortblack;Port=3050;Dialect=1;Role=;Connection > lifetime=30;Pooling=true;Packet Size=8192; > > but not with > User=SYSDBA;Password=masterkey;Database=c:\ib-data\employee.gdb;Da > taSource=s > hortblack;Port=3051;Dialect=1;Role=;Connection > lifetime=30;Pooling=true;Packet Size=8192; > > Alan > Sorry - my mistake - I was making two connections.. Alan |