$conexion = odbc_connect($stringConexion,$XPUSER,$XPPASS);if (odbc_error()) { echo odbc_errormsg($conexion); }