I get no output from mssql_get_last_message().  When I use the pear DB
class, and use $db->getMessage(), I get "connect failed", very useful
like  usual with getMessage().  Even doing a print_r of the object
reveals nothing.  I'm pretty sure that PHP is not even trying to
connect to the database as I have seen no traffic going to the server
when connecting via PHP.

As for the RPMs, they can be found at
http://phprpms.sourceforge.net/mssql.  This is the site where I had
found the rpms to successfully connect via FC1.

Robbert

Rick Emery <[EMAIL PROTECTED]> wrote on 11/02/2005, 04:08:31 PM:
> Quoting Robbert van Andel :
> 
> > Obvsiously, since I'm posting to the list, you can guess that it's not
> > working.  The error message I get back is useless as I'm only told that the
> > connection failed.  Does anyone know anything else I need to check to get
> > the connection working?
> 
> What is the output from mssql_get_last_message()? I've always been able 
> to get meaningful error messages. Also, make sure display_errors is on 
> in php.ini and that you're not using die() on failure, so that php can 
> display any errors on the screen.
> 
> Also, can I ask where you found the mssql rpms? I haven't been able to 
> find them, and our system administrator wanted to use Fedora Core 4, so 
> I've been having to compile freetds and php from source (though now 
> that I've done it a few times, I kind of like doing it that way :-)
> 
> hth, and thanks,
> Rick
> -- 
> Rick Emery
> 
> "When once you have tasted flight, you will forever walk the Earth
> with your eyes turned skyward, for there you have been, and there
> you will always long to return"
>                                               -- Leonardo Da Vinci
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

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

Reply via email to