Skip to Content.
Sympa Menu

freetds - RE: MS SQL 7 and Sybperl

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Dan Melomedman <dmelomed AT pppl.gov>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: RE: MS SQL 7 and Sybperl
  • Date: Thu, 22 Apr 1999 09:22:52 -0400 (EDT)


Thanks, I am going to try that, but the weird thing is that examples that
come with Sybase's distribution don't really call dbsetversion() to do
that.

> You can call ct_con_props() prior to opening a connection in sybperl
with
> the property arguement set to CS_TDS_VERSION and buffer as a pointer to
> CS_TDS_42. That will work for ctlib. For dblib call dbsetversion(),
> again
> prior to opening the connection.

> You may need to modify Sybperl to do this in the open routines,

> Cheers,

> Brian

On Wed, 21 Apr 1999, Dan Melomedman wrote:

> Hi. Our organization is using MS SQL Server 7 as their SQL server, we
also
> want to use Sybase OpenClient 11.1.1 with it, running on Sun machines,
with
> Apache. And we would like to use Sybperl for database integration.
Problem
> is rather curious: the Sybase's examples that come with the distribution
> compile and run fine, because somehow they use older version of TDS 4.6,
I
> believe and that works great with MS SQL S. 7! But Sybperl wants to use
a
> higher version, seven something, so MS SQL simply doesn't work. Has
anyone
> been able to force Sybperl an other applications to use lower versions
of
> TDS, without actually recompiling them against FreeTDS, as I understand
not
> everything is implemented yet? I've been struggling with this for a week
> now, and really need help!Any comments will be greately appreciated.
> Thanks.
>
> ---
> You are currently subscribed to freetds as: camber AT ais.org
> To unsubscribe, forward this message to
$subst('Email.Unsub')
>
>





  • RE: MS SQL 7 and Sybperl, Dan Melomedman, 04/22/1999

Archive powered by MHonArc 2.6.24.

Top of Page