problemas de conexion de posgresql con oracle

From: "Ing(dot) Jeanneth Zuniga" <si_jzuniga(at)managua(dot)gob(dot)ni>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: problemas de conexion de posgresql con oracle
Date: 2004-03-10 22:56:30
Message-ID: 5.1.0.14.0.20040310164855.00b78cb8@pop.managua.gob.ni
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

al intentar conectarme con odbc a oracle version 8.0 bajo window nt

me genera el SGUIENTE ERROR:

SQL error: [unixODBC][Driver Manager]Data source name not found, and no default driver specified, SQL state IM002 in SQLConnect in /datos-postgres/www/nomina/conexion.php on line 11
Problema de conexion con la base de datos.

ESTE ES PARTE DE LA CODIFICACION EN PHP:

$conexion=odbc_connect(orclrecursos,"humanos","123");
if(!$conexion){
echo "<CENTER> Problema de conexion con la base de datos.</CENTER>";
exit;
}

NO SE QUE HACER?FAVOR SI ALGUIEN HA REALIZADO ESTA CONEXION ME PUEDA RESPONDER?

Atentamente
Ing. Jeanneth Zúniga.
Analista de Sistemas
Dirección General de Sistemas
Alcaldía de Managua

Browse pgsql-odbc by date

  From Date Subject
Next Message David P. Lurie 2004-03-11 03:28:42 Access 2002 and psqlodbc 7.03.02
Previous Message Gary Doades 2004-03-10 16:00:18 ODBC int2 parameters to pg function