Skip to Content.
Sympa Menu

freetds - Re: PHP4 Release + FreeTDS {0.50 / CVS} + FreeBSD 3.3 does not connect + MSSQL 7

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: James Cameron <cameron AT stl.dec.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Cc: paul-ml AT egate.net
  • Subject: Re: PHP4 Release + FreeTDS {0.50 / CVS} + FreeBSD 3.3 does not connect + MSSQL 7
  • Date: Wed, 21 Jun 2000 13:46:18 +1000


Paul Andersen wrote:
> --- from ext/sybase/sybase.c
> /* create the link */
> if ((sybase.link=dbopen(sybase.login,host))==FAIL) {
> Can anyone... Anyone... ANYONE lead me to what is foul here?

Did you edit the code in PHP to use the tdsdbopen function?
Seems not, based on your code pasted here.

Change every reference of dbopen to tdsdbopen, recompile, test.
I had to do it for PHP3.

--
James Cameron (cameron AT stl.dec.com)

http://www.linux.org/ http://www.linux.org.au/ http://www.freshmeat.net/




Archive powered by MHonArc 2.6.24.

Top of Page