Im looking to build a program that a video shop would run using a database.. I know the basics of delphi plus a little more.. but I've never used the database components.
I've made my tables in Paradox 7.
What im trying to do to start is have a log in screen containing 2 edit boxes. 1 for username and 1 for password. I have a table called 'login' which has the fields 'Username' and 'Password'. The form also contains a button.
When the button is pressed i want to run a query to check if the username and password matches that of which is in the database... Any hints of how i might achieve this?
Thanks.
I've made my tables in Paradox 7.
What im trying to do to start is have a log in screen containing 2 edit boxes. 1 for username and 1 for password. I have a table called 'login' which has the fields 'Username' and 'Password'. The form also contains a button.
When the button is pressed i want to run a query to check if the username and password matches that of which is in the database... Any hints of how i might achieve this?
Thanks.