User Profile

Collapse

Profile Sidebar

Collapse
simoneusingVB
simoneusingVB
Last Activity: Nov 19 '08, 06:06 AM
Joined: Nov 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • simoneusingVB
    replied to How to link database?
    Oh I really apologise for the thing I did so far.

    Here's the quote of what I'm trying to do with this thingy.

    I want to make this College management system project , in which there's registration form for new students taking admissions.
    In this form I put Text boxes and labels naming "name", "father's name", "date of birth" etc.
    then there are two command buttons naming "save"...
    See more | Go to post

    Leave a comment:


  • simoneusingVB
    replied to Linking Databases in VB
    Yeah I want coding for "save" button on registration form so it links it to database (.mdb) file that I created in MS Access.

    The coding should look like this

    Private Sub Command9_Click( )
    rs.AddNew
    rs(“Registratio nnumber”) = Text1.Text
    rs(“Name”) = Text2.Text
    rs(“Fathername” ) = Text3.Text
    rs(“Dateofbirth ”) =Text4.Text
    rs(“Previousres ult”) = Text5.Text...
    See more | Go to post

    Leave a comment:


  • simoneusingVB
    started a topic Linking Databases in VB

    Linking Databases in VB

    Here's the project I created on College management system with registration form alone and for other trades in college.

    the link :
    Project_new.rar - 0.12MB

    Project_new.rar - 0.12MB

    It just I'm unaware of using Databases in the coding for Save command whereas its easy to code for Back and exit option.
    Anyone who can guide me through this process will be appreciated.

    Thanks...
    See more | Go to post

  • simoneusingVB
    started a topic How to link database?

    How to link database?

    Here's the project I created on College management system with registration form alone and for other trades in college.

    the link :

    Project_new.rar - 0.12MB

    It just I'm unaware of using Databases in the coding for Save command whereas its easy to code for Back and exit option.
    Anyone who can guide me through this process will be appreciated.

    Thanks
    in waiting mode LOL
    See more | Go to post
No activity results to display
Show More
Working...