~Final VB project~ How do you use a database and store info?
Author |
Message |
chidori_sasuke
|
Posted: Wed Jun 14, 2006 3:49 pm Post subject: ~Final VB project~ How do you use a database and store info? |
|
|
My problem is that, for extra points. I need to make a database, which then when people enter their information in the textboxes I can save what they typed in my registration. And then next time, when they use it again. For example my log in form. They can log in once again, if they had registered before...so hard. |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
chidori_sasuke
|
Posted: Wed Jun 14, 2006 3:55 pm Post subject: ~~ |
|
|
can't you help? Please? |
|
|
|
|
 |
cool dude

|
Posted: Wed Jun 14, 2006 4:56 pm Post subject: (No subject) |
|
|
read the tutorial on writing and reading from a file! |
|
|
|
|
 |
Tony

|
Posted: Wed Jun 14, 2006 7:02 pm Post subject: (No subject) |
|
|
using VB it's very easy to interface with *sigh* MS Access database. So instead of making your own, you could simply connect to an existing one and take advantage of its functionality. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
 |
|
|