If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
hi guys... i am currently busy writing a program for school which was given to me as an assessment. the program requires users to log in. users details are stored in a table in microsoft access. i would like the program to check/test whether the users details exist in the database or not and thereafter log the user in or ask the user to register. i am not really sure how to go about coding this. please advise???
Have a read on the ASP.NET default membership provider. The implementation details are obviously specific to .NET, but the core design and architecture queues are straight forward. It's very well documented, complete with videos and such if you're so inclined.
__________________
oh yeah... documentation... I have heard of that.