Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/11/2010, 11:51
lcisternas
 
Fecha de Ingreso: diciembre-2008
Mensajes: 84
Antigüedad: 15 años, 4 meses
Puntos: 0
Respuesta: Php con SqlServer

Nosotros lo trabajamos asi

$ConsultaUsuario="select CRUT_EMPRESA from ICAB_CONTRATO where CCTTO='12345' ";
$RespUS= mssql_query($ConsultaUsuario);
if($FilaUS=mssql_fetch_array($RespUS))


Y se demora una eternidad como 5 segundos y necesito optimizarlo.