Field checking in VB.NET

Duskan

New member
Joined
Mar 28, 2007
Messages
2
Programming Experience
5-10
Hi guys, I am reasonably new to VB.NET after having worked with VB 6. I am creating a database application using VB 2005 and Microsoft Access 2003. What I need to do is some field checking. I got a 'Users' table in my Access database containing a list of user names and its respective passwords. Now I need the VB program to check once a button is pressed whether a user name exists in the current table and if it matches its respective password. I have done this before in VB6 but .NET seems different.

Could somebody point me to the right direction here or show me some sample code which could aid me?

Thanks a lot
 
Everything you could need is found at the end of the DW2 link in my signature. Start with the "Fetching data into your application" and work from there..
 
actually, the link takes you to DataWalkthroughs, but a few topics up in the TOC on the left is "A Simple Data Application".. try that first..
 
Back
Top