Check value textbox x mysql (universal app win 10)

Asked

Viewed 49 times

0

I have a textbox where I save a value. I wonder if this value is the same as the last id in my mysql database table. How do I do this?

  • it is recommended that you provide details of your problem such as which scenario you want, and a part of your code so we can understand and help!

  • Edited question

1 answer

1


I don’t quite get it, but start here:

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

and compares with the Textbox value.

If it’s not that, drill in, okay?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.