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?



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.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.