Skip to Content.
Sympa Menu

freetds - Re: [freetds] Connection support only one query at a time

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Gunther Van Butsele" <gvb AT velleman.be>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Connection support only one query at a time
  • Date: Fri, 22 May 2009 16:18:08 +0200


>
> I use DBI:Sybase in perl to connect to a MS SQL Server 2008.
> I do several thousand queries in my script and for each it
> needs to open a new connection.
>

I find it doubtfull that you are executing thousands of queries
concurrently with a perl script..

If you execute queries sequentially you don't need to close/reopen the
connection every time. Maybe you misinterpreted the "at a time"
incorrectly?

Regards

Gunther




Archive powered by MHonArc 2.6.24.

Top of Page