Pls I really need help.
I have a login system that displays user name at the top, and I have an SQLite database with users details such as record ID, Name, Photo (path). I want if that user name "displayed" matches a user name in the database table, then his detail such as Name and Photo path should be loaded to the respective objects on the page.
I have no issues saving the user detail (Name, Photo path) to the database. My problem is how to retrieve based on the displayed name "label text".
Thanks in anticipation. I really need assistance on this, some sample code will really help.
I have a login system that displays user name at the top, and I have an SQLite database with users details such as record ID, Name, Photo (path). I want if that user name "displayed" matches a user name in the database table, then his detail such as Name and Photo path should be loaded to the respective objects on the page.
I have no issues saving the user detail (Name, Photo path) to the database. My problem is how to retrieve based on the displayed name "label text".
Thanks in anticipation. I really need assistance on this, some sample code will really help.
Comment