Quote:
Originally Posted by max3
hi i'am an absolute beginner in programming. I am trying to create a database program for my school project which I urgenty need. the program is a database which when i input names it gives me information (Surname, I.D. no Group ) about the person.Could you please guide me through the writing of this program.thanks
Hold up there man. Take this
one step at a time. Split this into as many tiny parts you have to understand and come up with. What do you know/have done before and what do you not have a clue about? Do you need to make it as complex as you're making it? The old saying comes to mind: "keep it simple stupid". Just keep it simple, step by step, we can get through this.
-So you're going to input names, first get that down pat. Write a program that asks the user for a name, then prints it to the screen.
-Next, go to sun's tutorial website and take some tutorials on using databases (not an easy step, but you need it if you want to tackle databases)
-Then write a program that simply spits out info from the database.
-Then write a program that asks a user for something and prints the info.
It should be even more steps, but you get the picture...
Good luck,
-blazed