Skip to Content.
Sympa Menu

freetds - Re: Anybody know why this isn't returning values

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Anybody know why this isn't returning values
  • Date: Thu, 29 Nov 2001 17:21:38 -0500 (EST)


In order for sp_tables to work you need a table called tds_typeinfo.

I thought it was in CVS, but it doesn't look like it. I'll check it in.

Brian

On Fri, 16 Nov 2001, Greg Connaughton wrote:

> My application is issueing the following queries. They don't appear to
> return anything and my app is hanging. I am trying to get this to work
> with brio server. Can anybody shed any light on this?
>
> query = SELECT * FROM tds_typeinfo WHERE SQL_DATA_TYPE = -2
> query = SELECT * FROM tds_typeinfo WHERE SQL_DATA_TYPE = -3
> query = SELECT * FROM tds_typeinfo WHERE SQL_DATA_TYPE = -4
> query = exec sp_tables ""
>
> Thanks,
>
>








Archive powered by MHonArc 2.6.24.

Top of Page