English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i would like to use ms access to create a database for a visual basic program...it's a sign up login program.Please give me an example on how to use it..

2007-03-13 04:28:01 · 2 answers · asked by nozmiat 3 in Computers & Internet Programming & Design

2 answers

For a login program you only need one Access Table. It should have 3 columns, and ID or index field, a username field and a password field, though you can probably get by with 2 if the usernames are all unique and can be used as a primary key.

Your VB project would use a connection string to query the database and verify that the username/password combo is valid, or to write new usernames/passwords.

2007-03-13 04:58:21 · answer #1 · answered by rod 6 · 0 2

Hey visit http://msaccess.batcave.net
its a really cool site

2007-03-13 05:29:12 · answer #2 · answered by Eranga D 2 · 0 0

fedest.com, questions and answers