in reply to Re: Re: Re: SQL Stored Procedure return value
in thread SQL Stored Procedure return value

Hmmm - that should be valid SQL syntax. I don't have FreeTDS or MS-SQL, but I just tried this with Sybase and it works correctly.

Maybe you need to ask on the FreeTDS mailing list?

Michael

  • Comment on Re: Re: Re: Re: SQL Stored Procedure return value

Replies are listed 'Best First'.
Re: Re: Re: SQL Stored Procedure return value
by gnangia (Scribe) on Jul 18, 2003 at 15:21 UTC
    Michael, Which Sybase libraries/drivers do I need to download to get DBD::Sybase to work with?
    Thank-you
      If you are on linux you can get the libs off of http://linux.sybase.com/. If you get the 11.0.3.3 version it's completely free. However I'm not sure that you'll be able to use these libs with MS-SQL, because of protocol differences between Sybase and MS-SQL.

      Michael