Marcello
|
| Posted: 12/26/2002, 1:45 PM |
|
Hi folks,
I'm testing CCS using PHP and MS-SQL Server.
I've set "connections" right, so by CCS interface I could access MS-SQL
Server tables normally.
But, when I try to run generated application, it shows me following error
message:
Fatal error: Call to undefined function: mssql_pconnect() in
g:\webserver\tellus\db_mssql.php on line 53
I opened db_mssql.php and I couldn't find mssql_pconnect() function there,
just some calls to it. So, is this function missing ? Where I could find it
?
Thanks.
(and happy new year to all of you !)
[Marcello]
|
|
|
 |
DonB
|
| Posted: 12/26/2002, 3:26 PM |
|
You are missing the DLL or it is in the wrong place. You need
php_mssql.dll. It is available from http://www.php.net. Where you put the
dll varies, I assume you know that part of it - I don't really claim
expertise there.
DonB
"Marcello" <mcapela@terra.com.br> wrote in message
news:aufta1$anp$1@news.codecharge.com...
> Hi folks,
>
>
> I'm testing CCS using PHP and MS-SQL Server.
>
> I've set "connections" right, so by CCS interface I could access MS-SQL
> Server tables normally.
>
> But, when I try to run generated application, it shows me following error
> message:
>
> Fatal error: Call to undefined function: mssql_pconnect() in
> g:\webserver\tellus\db_mssql.php on line 53
>
> I opened db_mssql.php and I couldn't find mssql_pconnect() function there,
> just some calls to it. So, is this function missing ? Where I could find
it
> ?
>
>
> Thanks.
>
>
> (and happy new year to all of you !)
>
>
> [Marcello]
>
>
|
|
|
 |
|