Skip to Content.
Sympa Menu

freetds - [freetds] caching select?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Carl Edwards" <edwards AT vitesse.com>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: [freetds] caching select?
  • Date: Tue, 11 Mar 2003 09:58:06 -0800

Hello everyone,

I am trying to debug a problem with my perl script
and decided to upgrade from .60 to .61.

My script used to core dump on the first invocation
but work on subsequent runs with the same inputs.
With .61 it does not seg fault but the SELECT comes
back empty the first time and works fine after that.

Now by looking at the freetds.log I notice on the
second run there is no SELECT but just the UPDATE??

Am I somehow telling DBI to save/cache the SQL?

Client is Solaris 7, perl 5.6.1, DBD::Sybase, TDSVER 7.0
Server is Win2k SP2, MsSQL 2k

make check passed all tests with this 1 warning:
creating proc
declare @b int
exec t0022 @b = @b output
WARNING: Received no return parameters from server!
WARNING: This is likely due to a bug in Microsoft
WARNING: SQL Server 7.0 SP3 and later.
WARNING: Please try again using TDS protocol 4.2.

Thanks,
/Carl Edwards



  • [freetds] caching select?, Carl Edwards, 03/11/2003

Archive powered by MHonArc 2.6.24.

Top of Page