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?
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?
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 c# mysql uwp
You are not signed in. Login or sign up in order to post.
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!
– jmfrolim
Edited question
– Jon