Check value textbox x mysql (universal app win 10) [closed]

0

I have a textbox where I store a value. I would like to know if this value is the same as the last id in my mysql database table. How do I do this?

    
asked by anonymous 11.03.2017 / 21:37

1 answer

1

I do not quite understand, but it starts here:

"SELECT coluna1 FROM tabela WHERE coluna1 = LAST_INSERT_ID();"

and compares with the value of the TextBox.

If it is not, it details better, okay?

    
12.03.2017 / 14:36