Board index » delphi » CANNOT ACCESS INTERBASE WITH MORE THAN 1 CONNECTION

CANNOT ACCESS INTERBASE WITH MORE THAN 1 CONNECTION

the interbase 6.0 trial version allowde only one simultan connection .. but
i need more than one to test the server for our demand.
How can i get a interbase version for w2k with an functionally interclient
software for JDBC access with more than on simultan connection ????

Has annyone an idea ?

Thomas Fischer
IntelliCare
Germany

 

Re:CANNOT ACCESS INTERBASE WITH MORE THAN 1 CONNECTION


the interbase 6.0 trial version allowde only one simultan connection .. but
i need more than one to test the server for our demand.
How can i get a interbase version for w2k with an functionally interclient
software for JDBC access with more than on simultan connection ????

Has annyone an idea ?

Thomas Fischer
IntelliCare
Germany

Re:CANNOT ACCESS INTERBASE WITH MORE THAN 1 CONNECTION


Hi Thomas,
  Use the Open edition (mers.com) or Firebird (www.firebirdSQL.com) for
your testing. Both of these have no maximum user count. The Open Edition
is source only open source version of Interbase 6.0 with various bits
removed (ODBC driver, JDBC Driver, licencing), uncertified by borland
but based on borlands sources.

Firebird is also based on the source for Interbase 6, (its a fork) and
is compatable at the database level with Interbase 6, but has added some
new features (and fixed some bugs).

You can use both of these with any number of users with no licence fees
payable to borland! (You can use them for your live system as well if
you don't want to pay for the commercial version and feel you can do
without the support.)

The choice is yours.

Regards
  Ian Newby

Re:CANNOT ACCESS INTERBASE WITH MORE THAN 1 CONNECTION


Hi Ian.
thanks for help. I will try it. The Interbase will work also with  the
InterClient tool and can i also take the open source 6.01 Interbase of the
borland homepage ?

Best regards
Thomas

"Ian Newby" <i...@wmeng.co.uk> schrieb im Newsbeitrag
news:3BFA4354.4DD569C5@wmeng.co.uk...

Quote
> Hi Thomas,
>   Use the Open edition (mers.com) or Firebird (www.firebirdSQL.com) for
> your testing. Both of these have no maximum user count. The Open Edition
> is source only open source version of Interbase 6.0 with various bits
> removed (ODBC driver, JDBC Driver, licencing), uncertified by borland
> but based on borlands sources.

> Firebird is also based on the source for Interbase 6, (its a fork) and
> is compatable at the database level with Interbase 6, but has added some
> new features (and fixed some bugs).

> You can use both of these with any number of users with no licence fees
> payable to borland! (You can use them for your live system as well if
> you don't want to pay for the commercial version and feel you can do
> without the support.)

> The choice is yours.

> Regards
>   Ian Newby

Re:CANNOT ACCESS INTERBASE WITH MORE THAN 1 CONNECTION


Hi Thomas,
  Don't use the one off the Borland home page, it is out of date. Either
download the source from sourceforge and compile it yourself (a daunting
task) or download a compiled version from mers.com or
www.firebirdsql.com.

Interclient will work with both.

There is also a Alpha version of a type 4 JDBC driver being developed by
firebirdsql which works with both I believe.

Regards
  Ian Newby

Re:CANNOT ACCESS INTERBASE WITH MORE THAN 1 CONNECTION


I will try it ..

thanks

"Ian Newby" <i...@wmeng.co.uk> schrieb im Newsbeitrag
news:3BFA524B.784BB239@wmeng.co.uk...

Quote
> Hi Thomas,
>   Don't use the one off the Borland home page, it is out of date. Either
> download the source from sourceforge and compile it yourself (a daunting
> task) or download a compiled version from mers.com or
> www.firebirdsql.com.

> Interclient will work with both.

> There is also a Alpha version of a type 4 JDBC driver being developed by
> firebirdsql which works with both I believe.

> Regards
>   Ian Newby

Other Threads