bluecat_xp
Grünschnabel
Hallo Leute
Ich bin Neuling und hab ein Problem bei der Verbindung mit Oracle DB.Es gar nicht.
kann jemand mir sagen was ich falsch gemacht habe?
Danke im voraus!
Ich bin Neuling und hab ein Problem bei der Verbindung mit Oracle DB.Es gar nicht.
PHP:
// Connect to the database
$name="abc";
$pwd="oracle";
$proj="test";
$db = ocilogon($name,$pwd,$proj);
$sth = $db->query('SELECT a, b FROM tab1');
Danke im voraus!