
03/05/2007, 15:44
|
| | 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 Código PHP: $conexion = odbc_connect("$stringConexion","$XPUSER","$XPPASS",SQL_CUR_USE_ODBC);
if (odbc_error())
{
echo odbc_errormsg($conexion);
}
tampoco |