PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → how to update database from browser code
how to update database from browser code
Iniciado por guest, 05,jul. 2017 12:32 - 1 respuesta
Publicado el 05,julio 2017 - 12:32
Hi,

How to update data from classic looper in browser code to the database ?

Regards,

PETER ZHOU
Publicado el 05,julio 2017 - 14:49
Hi

you can't... it has to be a browser looper and then you can get its values and use ajaxexecute functions to write in the DB.

If the looper is standard/classic, then the writing in the DB is done from server code, as it's the only place you can access the values.

Best regards