Ok... I HOPE I understand (again...). Before I have to SELECT where ROWID ... and AFTER I have to UPDATE or DELETE. Is It right?
But now I have the most difficult question... the sintax...
SELECT col1, col2, col3, col4 FROM xxxxxxxxxxxxxxxxxxx WHERE ROWID = 'yyyyyyyyyyyyy'
and...?
Got.Result SET textbox1, textbox2,textbox3,textbox4 (or label??)
and where have I to insert the UPDATE or Delete query?