Author |
Message |
tancolas
|
Posted: Sat May 27, 2006 6:34 pm Post subject: Help!!! i need to make a game shop grogram with data base!!! |
|
|
i am new to VB...but i need to make a game shop program with games data base.... so that u can search the games info in this program....and also u can scan a game to get its info like price.....and now i'v got the data base finished....but i dont know how to write the code.....and how to make it.....and also i want to know how to put the data base in it.....
pls....help....thx so much...its due on early june....pls hellp.... |
|
|
|
|
|
Sponsor Sponsor
|
|
|
cool dude
|
Posted: Sat May 27, 2006 9:36 pm Post subject: (No subject) |
|
|
please explain better because i'm not too sure wat you are trying to do. also check out tutorials on VB they are really helpful. do you have any specific questions? |
|
|
|
|
|
Brightguy
|
Posted: Sat May 27, 2006 10:08 pm Post subject: Re: Help!!! i need to make a game shop grogram with data bas |
|
|
If you're new to VB you might want to google for a tutorial that deals with this. For now you could try playing around with the Data control, setting DatabaseName and RecordSource. To display data in the database you can bind certain controls (e.g. TextBoxes) using DataSource/DataField. |
|
|
|
|
|
tancolas
|
Posted: Tue May 30, 2006 6:10 pm Post subject: (No subject) |
|
|
ok...let me explain it better...
i studied VB since SEPTEMBER in class...
I know all the basic stuff...
Now...i am doing a summative that uses a database to make a program..
my project is to make a program that can use in the game shop...
It's for the customers to search the information about the games...
I have already made a database, which i have info of 20 games....
but i dunno how to make a VB program with that database...
and i dunno how to write the code...
CAN someone help me?!
THANK YOU SO MUCH!! |
|
|
|
|
|
cool dude
|
Posted: Tue May 30, 2006 9:52 pm Post subject: (No subject) |
|
|
well firstly u have to know how to read from a file since i assume your getting your database(information about the games) from the file. you can check some tutorials on reading from a file its really easy! once you know how to read from the file its really easy, because watever information the user wants to get they can get from the file. if you have any specific questions ask but we can't do your project for you. |
|
|
|
|
|
|