PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → SQLExec and parameter
SQLExec and parameter
Iniciado por Joao Manso, 28,oct. 2014 19:08 - 1 respuesta
Publicado el 28,octubre 2014 - 19:08
How can I pass a parameter inside the SQLExec():

abc is string
abc=edt_user
SQLExec ("select * from AAAA where user=abc","aaa").

Regards.
Publicado el 30,octubre 2014 - 11:39
Answer to myself:

How can I pass a parameter inside the SQLExec():

**yes**

abc is string
abc=edt_user
SQLExec ("select * from AAAA where user="+abc,"aaa").

thanks.