Is there a recommended MDAC version for PHP when accessing SQL Server 2000?
Right now the following statement successfully inserts data but always
results with the die message:

$result = mssql_query($sql1) or die('inserting campaign failed');



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

Reply via email to