-1
I have a query in Delphi, where I give the command next and prior, only I can’t check if it’s my first or last record, what I want specifically is, when pressing the next button, check if it’s my last item in the list and vice versa; I’m using the Fdquery piece, Tdatasource and mysql and firedac,
Taking advantage of the hook, I wanted to know how I do to check if, the moment I register a new data, if this data has already been registered, thank you and sorry if it got confused.
Thank you worked, and could you help me with the second part? When I register a new data, how do I check if it already exists in my bank?
– kingarthur
this might as well create another post. It depends on your table, primary keys, etc....
– Tiago Rodrigues