On Tue, Dec 9, 2008 at 3:41 PM, David Stoltz <[EMAIL PROTECTED]> wrote:
>
> Do you have any other thoughts?

    When posting to the list, please don't top-post.

    Dave, are you seeing that error from both the CLI and the web?
Have you properly configured your DSN?  What's the output from the
following?

<?php
    mssql_connect('INTRA_SQL,1433', 'uname', 'password') or die('MSSQL
Error on Line '.__LINE__.': '.mssql_error());
    mssql_select_db('database') or die('MSSQL Error on Line
'.__LINE__.': '.mssql_error());
?>

-- 
</Daniel P. Brown>
http://www.parasane.net/
[EMAIL PROTECTED] || [EMAIL PROTECTED]
50% Off Hosting! http://www.pilotpig.net/specials.php

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

Reply via email to