[freetds] Connection support only one query at a time
Gunther Van Butsele
gvb at velleman.be
Fri May 22 10:18:08 EDT 2009
>
> 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
More information about the FreeTDS
mailing list