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: "Paul Andersen (ML)" <paul-ml AT egate.net>
  • To: James Cameron <cameron AT stl.dec.com>
  • Cc: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: PHP4 Release + FreeTDS {0.50 / CVS} + FreeBSD 3.3 does not connect + MSSQL 7
  • Date: Wed, 21 Jun 2000 02:22:31 -0400 (EDT)



I don't think that is it

--- dblib.c

#ifdef DBMFIX
DBPROCESS *tdsdbopen(LOGINREC *login,char *server)
#else
DBPROCESS *dbopen(LOGINREC *login,char *server)
#endif
{

---

And this happens when Id on't enable dbmfix. It doesn't seem to be a
naming issue.

thanks though,

sleepless in toronto..



---
Paul Andersen (InterNIC:PA137) paul AT egate.net
Operations Director T: +1 (416) 447-8505x23
E-Gate Communications Inc. F: +1 (416) 447-6447
Toronto, Ontario P: www.egate.net/pagepaul



On Wed, 21 Jun 2000, James Cameron wrote:

> 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