No, I was using the mssql functions which I want to use.

I tried the dbx functions example:
$link = dbx_connect('mssql', $mssqldbhost,"",$mssqldbuser,$mssqldbpass);

but go the error that the mssql module isn't loaded.

On Wed, 1 Sep 2004 14:06:55 -0400, John Holmes <[EMAIL PROTECTED]> wrote:
> From: "blackwater dev" <[EMAIL PROTECTED]>
> 
> >I need some help...I am helping a local business with a site which
> > needs to connect to a mssql db, my webhost uses linux and compiled php
> > with the freetds library and when I go to the info page..it does show
> > Microsoft SQL Server under dbx yet I still get the errors "called to
> > undefined function mssql_pconnect()"...what can I try next?
> 
> Are you using the dbx functions and not mssql_connect/pconnect()??
> 
> http://www.php.net/manual/en/ref.dbx.php
> 
> ---John Holmes...
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to