Board index » delphi » Sql Server 7.0 connections

Sql Server 7.0 connections

Hello,

I'm using SQL Server 7.0 with Delphi 4 through ODBC.  When I run the
application once, it runs fine.  When I try to start a second instance of
the application, it 'hangs' until the other instance is closed after which
it continues.

I tried to connect with a demo version of Adonis and here there was no
problem with multiple instances.

Any idea how to solve this?

Thanks,

Bernaert Dominique
Email = max.berna...@unicall.be

 

Re:Sql Server 7.0 connections


Is this ADO you are talking about?

Because kamiakADO components that I demo'ed allowed you to connect to
SQL Server without ODBC.  I did not check the concurrecny issue though.

Rkr

Quote
Bernaert Dominique wrote:

> Hello,

> I'm using SQL Server 7.0 with Delphi 4 through ODBC.  When I run the
> application once, it runs fine.  When I try to start a second instance of
> the application, it 'hangs' until the other instance is closed after which
> it continues.

> I tried to connect with a demo version of Adonis and here there was no
> problem with multiple instances.

> Any idea how to solve this?

> Thanks,

> Bernaert Dominique
> Email = max.berna...@unicall.be

Re:Sql Server 7.0 connections


In article <7m5ua2$km...@forums.borland.com>, max.berna...@unicall.be
says...
Quote
> Hello,

> I'm using SQL Server 7.0 with Delphi 4 through ODBC.  When I run the
> application once, it runs fine.  When I try to start a second instance of
> the application, it 'hangs' until the other instance is closed after which
> it continues.

Just a thought. Make sure that the 2 instances have different private
dirs.

-------------------------------
Paul Lambadaris
Singular Computer Applications
mailto : p...@singular.gr
www    : http://www.singular.gr

Re:Sql Server 7.0 connections


In article <7m5ua2$km...@forums.borland.com>, max.berna...@unicall.be
says...
Quote
> Hello,

> I'm using SQL Server 7.0 with Delphi 4 through ODBC.  When I run the
> application once, it runs fine.  When I try to start a second instance of
> the application, it 'hangs' until the other instance is closed after which
> it continues.

Just a thought. Make sure that the 2 instances have different private
dirs.

-------------------------------
Paul Lambadaris
Singular Computer Applications
mailto : p...@singular.gr
www    : http://www.singular.gr

Other Threads