Hi everyone!
I have a problem in my first function. In this case, my output of first function is "Moreira". But i want to remove " ", if not i can´t select the correct collum of my dataset .
What you sujest?



Try adding single quotes around test. eg ...Nome_condutor = '" + test + "'"
As test is a string.