їCуmo serнa el bucle?
#4

Como estas usando cache no debes usar la funcion RetrieveRow() si no cahe_get_data

Debes hacerlo asн.
pawn Код:
new rows,fields;
cache_get_data(rows,fields,TuberiasMySQL);
if(rows > 0)
{
    new dato[10];
    cache_get_field_content(0,"TOTAL", dato,TuberiasMySQL);
    printf("Hay %s vehiculos",dato);
}
else {
    printf("No hay datos");
}
Reply


Messages In This Thread
їCуmo serнa el bucle? - by JustBored - 03.06.2013, 02:41
Re: їCуmo serнa el bucle? - by Daniel-92 - 03.06.2013, 03:00
Respuesta: їCуmo serнa el bucle? - by JustBored - 03.06.2013, 03:13
Re: їCуmo serнa el bucle? - by Daniel-92 - 03.06.2013, 03:23
Respuesta: їCуmo serнa el bucle? - by JustBored - 03.06.2013, 04:27

Forum Jump:


Users browsing this thread: 1 Guest(s)