Skip to Content.
Sympa Menu

freetds - [freetds] DBD::Sybase 1.01 & FTDS 0.62-dev & temp tables

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Jerry Grooms <grooms AT uky.edu>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] DBD::Sybase 1.01 & FTDS 0.62-dev & temp tables
  • Date: Mon, 1 Dec 2003 14:42:15 -0500 (EST)


Hello,

I recently upgraded a platform from:

HPUX 11.11
perl 5.8
DBD-Sybase-0.95
freetds-0.53

to:

HPUX 11.11
perl 5.8
DBD-Sybase-1.01
freetds-0.62-dev


I had to upgrade from FTDS 0.61 to 0.62-dev due to the "queries that
return 0 rows" bug; (kudos to the DBD::Sybase release notes)

The above was corrected and things are mostly working except for
previously working (unchanged) queries that utilize temporary
tables. eg select blah,blah INTO #some_totals ...

An example of what I'm seeing is:

DBD::Sybase::st execute failed: Server message number=208
severity=16 state=0 line=3 server=blah-blah text=Invalid object name
'#proj_totals'. at ./topten_lastmonth.pl line 131.

I've sifted through the release notes and archives and haven't found
anything, yet.

Are there any known issues with temp tables or should they work
as before? I'll continue to debug.

Thanks,

Jerry

---




Archive powered by MHonArc 2.6.24.

Top of Page