Login with Sqlite
Hi guys,
I'm developing an application where I have a login screen. I'd like to have the user credentials stored in a sqlite database.
I have a database created with id, username and password fields. I can run a select statement and the console shows the results.
I was wondering how would I go about making a login screen with username and password validation using the sqlite database I have created.
Any help would be appreciated,
Thanks!
|