[PHP-DB] Re: undefined function: mssql_connect()

2003-01-08 Thread Radovan Radic
Do you have php_mssql.dll extension loaded? Check better with phpinfo(); Radovan [EMAIL PROTECTED] [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi there, Hope someone can help me with this. I need to connect to a MS SQL database but my attemps fail once and

Re: [PHP-DB] Re: undefined function: mssql_connect()

2003-01-08 Thread Frank M. Kromann
Hi, php_mssql.dll is for win32 only. This seams to be a *nix installation. In order to use the MSSQL functions yoy will need to compile PHP using --with-mssql (or if your PHP version is 4.3.0 --with-sybase). In both cases you also need to download, compile and install FreeTDS (www.freetds.org).