Skip to Content.
Sympa Menu

freetds - Re: sqsh 1.7 and MS SQL 7

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT umcc.ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: sqsh 1.7 and MS SQL 7
  • Date: Wed, 25 Aug 1999 09:05:39 -0400 (EDT)



can you send the ddl (or just output from sp_help) for
CIS_INTCNT_InternationalCountry
and CIS_CUSTMR_Customer. My guess is it's related to one of the columns
datatype. Is this a new error with 0.46 or did it also happen under 0.45?

Brian

On Wed, 25 Aug 1999, Paul Schaap wrote:

> Hi,
>
> Using freetds 0.46pre2 I compiled sqsh 1.7 but when I use to connect to a
> MS SQL 7 data source I get :-
>
> # sqsh -S donna.dingoblue.com.au -U tim -D MAV_CIS_CustomerInvoicingSystem
> sqsh-1.7 Copyright (C) 1995-1999 Scott C. Gray
> This is free software with ABSOLUTELY NO WARRANTY
> For more information type '\warranty'
> Unknown property 7
> Changed database context to 'MAV_CIS_CustomerInvoicingSystem'.
> 1> SELECT * FROM CIS_INTCNT_InternationalCountry
> 2> \go
> dsp_desc_bind: Unable to fetch description of column #4
> 1> \quit
>
> and
>
> 1> SELECT * FROM CIS_CUSTMR_Customer;
> 2> \go
> dsp_desc_bind: Memory allocation failure.
> 1> \quit
>
> has anyone got any ideas on what may be causing this or should I chase the
> sqsh people ?
>
> REGARDS
> Paul Schaap
>




  • sqsh 1.7 and MS SQL 7, Paul Schaap, 08/25/1999
    • <Possible follow-up(s)>
    • Re: sqsh 1.7 and MS SQL 7, Brian Bruns, 08/25/1999

Archive powered by MHonArc 2.6.24.

Top of Page