log in to the database
-
Good moring good people. My Name's Moses and I'm strugling to put together a log in code to the database. Please help me, I want to create a username and other details, then later I use a username and password I created earlier to login in windows form. Im using vb.net 2005
-
Good moring good people. My Name's Moses and I'm strugling to put together a log in code to the database. Please help me, I want to create a username and other details, then later I use a username and password I created earlier to login in windows form. Im using vb.net 2005
Hi, Your question is not that specific. Here are some general steps to achieve what you want. 1. Create a database. 2. Create a table in that database that will hold your user credentials like username/password etc. 3. Create a database connection with your VB.net application. 4. Now you can do queries to your database like to insert a user or to get a user etc. Thanks,
Mubashir Software Architect Storan Technologies Inc, USA Every job is a self portrait of the person who did it.
-
Good moring good people. My Name's Moses and I'm strugling to put together a log in code to the database. Please help me, I want to create a username and other details, then later I use a username and password I created earlier to login in windows form. Im using vb.net 2005
deepblu@webmail.co.za wrote:
I'm strugling to put together a log in code to the database
What are you having trouble with? Creating the table, the logic, what?
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon