How to store values in database C# ?

Posted by hello-all on Stack Overflow See other posts from Stack Overflow or by hello-all
Published on 2010-04-27T22:04:44Z Indexed on 2010/04/27 22:23 UTC
Read the original article Hit count: 221

Hello all,

I have a form that has text boxes, buttons on it for the user to sign up and sign in. I need to store the entered sign up credentials in any database(Oracle, Service based database, local database). Then when he tries to sign in, entered credentials should be compared with stored sign up values for authentication.

This is done in visual studio, c#. Can anyone please give me hints or any references?

Thank you

© Stack Overflow or respective owner

Related posts about c#

Related posts about database-connection