from what i recall there is a line (to enable ms sql server support) in the
php.ini file already that just needs uncommenting. have a look right through
the file...there's one for sql server 6.5 and one for 7.
--
Thanks,
Matt
[EMAIL PROTECTED]
< www.mralston.co.uk />
Hassan Arteaga <[EMAIL PROTECTED]> wrote in message
7F548E90E63BD1118E4600609707771F8BF005@goliath">news:7F548E90E63BD1118E4600609707771F8BF005@goliath...
> 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]
>
--
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]