This simple test that works with other installations no longer works with SQL Express. Thanks to Vista, the applications are no longer can run that script on my notebook that I use for testing.
Any suggestions?
<?php4
$db = new COM("ADODB.Connection");
?>
Todd