Quote from
Xojo on September 26, 2021, 7:21 am
Hi everybody
I need to query my db and I need to filter it (WHERE) by a variable from my application [mytextfield]
As the string below the query is not filtering because of variable (i think is not the right way to write the variable)
$sqlQuerys[15]="SELECT materia_prima FROM materia_prima_fm WHERE id_formula_maestra = [mytextfield]";
Any help on how to right format the query?
Thanks
Hi everybody
I need to query my db and I need to filter it (WHERE) by a variable from my application [mytextfield]
As the string below the query is not filtering because of variable (i think is not the right way to write the variable)
$sqlQuerys[15]="SELECT materia_prima FROM materia_prima_fm WHERE id_formula_maestra = [mytextfield]";
Any help on how to right format the query?
Thanks