I want that the Log in system is functional even if there's no database :)
Thanks in Advance :)
Thanks in Advance :)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riddhi ValechaPosted May 14, 2013, 1:00 AM
In any application(Windows Application or Website Development), Database is the main thing.
Database can be any - SQLServer; Oracle; XML; etc.
From your post; I understand that your requirement is -
Make a Login Form.
From the database, check whether the user exists or not.
If exists; move further.
If not; give error message.
Please guide if I am wrong. Also, clearly explain what you exactly need.