Jump to content

php / ubuntu new installation adodb problems


mforan

Recommended Posts

<?php
$myServer = "<remote ip>";
$myUser = "<username>";
$myPass = "<password>";
$myDB = "FAP2"; 
//create an instance of the ADO connection object
$conn = new COM ("ADODB.Connection")
  or die("Cannot start ADO");

?>

 

No error messages reported, but page "dies" at this point.

The ubuntu machine can see the sql machine, but yet this is happening.

that hasn't worked, because i have just done an echo after the connection and the echo is not showing on my test page.

 

So you are saying that you actively installed the adodb php install set from ubuntu and restarted your webserver, then tried the connection? Without that module being setup / installed it will not work. Just checking as you did not really mention if you did do the install or not.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.