For example if my SQL installation files are in c:\MSSQL  what is the right
configuration ? extension_dir=c:\MSSQL;
Now I just made the  job with ODBC functions but I would like to use SQL
function !!

thanks !!! 

-----Original Message-----
From: Romulo Pereira [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 11:38 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] About MS SQL


Hello,

Your php.ini is not configured correctilly. That is what is doing the php to
do not include the MsSQL functions to the php api. Open your php.ini file
and find (and correct) the section below:

;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
...
extension_dir=./extensions;

Your scripts should work then.

Have fun,

Rom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to