>>>sql = "select * from Nome where Nome=Trova.Text"
Trova.Text non la puoi inserire nella costante stringa ...
sql = "select * from Nome where Nome='" & Trova.Text & "'"
>>>sql = "select * from Nome where Nome=Trova.Text"
Trova.Text non la puoi inserire nella costante stringa ...
sql = "select * from Nome where Nome='" & Trova.Text & "'"