[freetds] Re: freetds with php 4.3.10 -> call to undefined function: mssql_fetch_assoc

Andre Konopka andre.konopka at presse-data.de
Thu Apr 7 07:05:08 EDT 2005


Daniel Fazekas wrote:
> 
> On Apr 6, 2005, at 9:16, Andre Konopka wrote:
> 
>> I succesfully compiled PHP 4.3.10 with freetds 0.63. I can connect to 
>> my  SQL Server and can execute simple sql statements. By calling 
>> mssql_fetch_assoc() PHP complains about a call to a undefined function 
>> mssql_fetch_assoc()???
>>
>> What's missing?
>>
>> BTW I tried out a few older freetds versions with the same behaviour.
> 
> 
> This does not depend on the FreeTDS release, it's a PHP problem.
> You just have to switch to using the real mssql extension in PHP, as 
> opposed to sybase or sybase_ct which on Unix platforms also define most, 
> but not all, of the mssql functions.
> 

Thanks, this solved my problem!!!

A.

> -- 
> fds
> 
> _______________________________________________
> FreeTDS mailing list
> FreeTDS at lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
> 


More information about the FreeTDS mailing list