RE: [Asterisk-Users] PHP UnixODBC MS SQl 2000

2006-06-08 Thread Mark Ackroyd
I used the configure option '--with-mssql' after freeTDS is installed. http://uk.php.net/manual/en/ref.mssql.php Fatal error: Call to undefined function: odbc_connect() in /var/www/html/odbctest.php on line 3 ___ --Bandwidth and Colocation

[Asterisk-Users] PHP UnixODBC MS SQl 2000

2006-06-07 Thread Wasif
Hi, I have Asterisk 12.7.1 installed through [EMAIL PROTECTED] CD. and explicitly I have installed UnixODBC and FREETDS in order to access MS SQL 2000 Database which in on Windows 2003 Server on remote location. I tested connectivity through isql and tsql, both utilities are working fine. I

Re: [Asterisk-Users] PHP UnixODBC MS SQl 2000

2006-06-07 Thread Derek
Not that this is particularly an Asterisk problem, but make sure unixodbc is listed when you do a phpinfo(); , also, you might want to make sure you have extension=unixodbc.so in your php.ini since you're compiling it as a shared module. Hope that helps a little bit. Wasif wrote: Hi, I