Skip to Content.
Sympa Menu

freetds - Re: Need help with DBD::Sybase 'make test' fails us ing FreeTDS.

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Michael Peppler <mpeppler AT peppler.org>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: Need help with DBD::Sybase 'make test' fails us ing FreeTDS.
  • Date: 21 Oct 2002 09:44:02 -0700

On Mon, 2002-10-21 at 09:01, Wilson, John wrote:
>
> > From: Michael Peppler [mailto:mpeppler AT peppler.org]
> > Sent: October 21, 2002 11:42 AM
> >
> > 0.94_02 uses cs_ctx_global(). Previous versions don't.
>
> Much obliged!
>
> --jkl
>
> Michael, do you have any comments on the 'make test' not working 100%?
>
> Should I consider falling back to 0.94 and the 0.60 (not updated) FreeTDS?

No. I haven't followed things here closely, but unless FreeTDS now
supports "dynamic sql" for the MS-SQL version of TDS (i.e. ct_dynamic()
and friends) then you will get these errors.

DBD::Sybase also uses the ct_command(CS_RPC_CMD) and ct_param() calls,
and I don't know if these are properly supported yet.

And thirdly DBD::Sybase gives access to the ct_get/send_data()
primitives (to read/write BLOB data in chunks). Again I don't know if
these are supported by FreeTDS.

All of these are tested (to some extent) during "make test", and will
cause errors if they are not implemented.

Michael
--
Michael Peppler / mpeppler AT peppler.org / http://www.mbay.net/~mpeppler
mpeppler AT zetatools.com / ZetaTools, Inc / http://www.zetatools.com
ZetaTools: Call perl functions as Sybase stored procedures!

Attachment: signature.asc
Description: This is a digitally signed message part




Archive powered by MHonArc 2.6.24.

Top of Page