Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/09/2008, 08:27
p4nx1
 
Fecha de Ingreso: marzo-2008
Mensajes: 8
Antigüedad: 16 años, 1 mes
Puntos: 0
Respuesta: Problemas en Sybase

Gracias Synkronice por tu rápida respuesta. Agregue 2 lineas a la función:

function verconsulta(){
printf (odbc_result_all($this->Consulta_ID,"Border=1"));
echo (odbc_errormsg($this->Consulta_ID));
echo $this->Conexion_ID;
}

y me muestra lo siguiente...

Warning: odbc_result_all(): supplied argument is not a valid ODBC result resource in xxx on line xxx

Warning: odbc_errormsg(): supplied argument is not a valid ODBC-Link resource in xxx on line xxx

Resource id #5


P.D. en la conexion tengo odbc_connect("xx","xx","xx",SQL_CUR_USE_ODBC);

De antemano muchas gracias.