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

Michael, Which Sybase libraries/drivers do I need to download to get DBD::Sybase to work with?
Thank-you
  • Comment on Re: Re: Re: SQL Stored Procedure return value

Replies are listed 'Best First'.
Re: Re: Re: Re: SQL Stored Procedure return value
by mpeppler (Vicar) on Jul 18, 2003 at 11:20 UTC
    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

      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