Ver Mensaje Individual
  #7 (permalink)  
Antiguo 03/05/2007, 15:44
erwinrp
 
Fecha de Ingreso: octubre-2004
Mensajes: 251
Antigüedad: 20 años, 5 meses
Puntos: 1
Re: odbc en command line

Cita:
Iniciado por el cirujano Ver Mensaje
Código PHP:
$conexion odbc_connect("$stringConexion","$XPUSER","$XPPASS",SQL_CUR_USE_ODBC);
if (
odbc_error())
         {
               echo 
odbc_errormsg($conexion);
         } 
tampoco