freetds required to connect to MSSQL

freetds required to connect to MSSQL

by Mostafa Elgamal -
Number of replies: 2
Hi,
I'm trying to setup moodle to authrize thru an external sql server. I'm setting up moodle on an external shared hosting. The proble is the host company is not having freetds www.freetds.com which is required in order to connect to sql server http://www.php.net/manual/en/function.mssql-pconnect.php

I called our host company and they offered to install freetds but they are asking should I run them as a cgi or recompile the whole php?

My question is is there any work around for installing freetds or any other way to connect to sql server from moodle. if not what should I answer them in regards to running freetds as a cgi?
Thanks

Average of ratings: -
In reply to Mostafa Elgamal

Re: freetds required to connect to MSSQL

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Hmm, thanks for that ... I didn't realise freetds was required for MSSQL+PHP on Unix.

This resource is mentioned in the ADOdb documentation and may be helpful for you:

http://phpbuilder.com/columns/alberto20000919.php3


In reply to Martin Dougiamas

Re: freetds required to connect to MSSQL

by Mostafa Elgamal -

Thanks for the reply, I'll go ahead and approve the host company installation, and let's see what will come up.