[PHP] SQL Server through PEAR - problem

2003-10-04 Thread orlandopozo
Hello mailing list, I try to connect SQL server from ODBC through PEAR, but it doesn't work, this is the code: htmlheadtitleTest DB Class - PEAR/title/head body table border=1 trthEstado/th/tr ?php //connect require_once('DB.php'); $db =DB::connect(odbc://[EMAIL PROTECTED]/testmssql); //

[PHP] SQL Server through PEAR - problem

2003-10-04 Thread orlandopozo
Hello mailing list, I try to connect SQL server through PEAR directly, but it doesn't work too, this is the code: htmlheadtitleTest DB Class - PEAR/title/head body table border=1 trthEstado/th/tr ?php //connect require_once('DB.php'); $db =DB::connect(mssql://[EMAIL

Re: [PHP] SQL Server through PEAR - problem

2003-10-04 Thread Evan Nemerson
PHP must be compiled --with-mssql in order to use the MS SQL extension. On Friday 03 October 2003 11:18 pm, [EMAIL PROTECTED] wrote: Hello mailing list, I try to connect SQL server through PEAR directly, but it doesn't work too, this is the code: htmlheadtitleTest DB Class - PEAR/title/head