954,535 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Database in VB.net

Hi, I'm kinda new to VB.net programming and now I'm get stuck in one simple problem, plz help if you can.

I'm trying to create a simple program that display a list of game(from database) according to user's input. The input is core, clock, ram, vga.

How I make the program display only the data that lower and according to the spec?
Ex: if I enter the core in 4, then the program will show the game with 4 core and below.

Any help is appreciated. Thanks b4.

blackcorona
Newbie Poster
2 posts since May 2011
Reputation Points: 10
Solved Threads: 0
 
Ex: if I enter the core in 4, then the program will show the game with 4 core and below.


Use Search Statement. Find for game with 4 core.

Jx_Man
Nearly a Senior Poster
3,329 posts since Nov 2007
Reputation Points: 1,372
Solved Threads: 444
 

which database ur using?

Pgmer
Master Poster
714 posts since Apr 2008
Reputation Points: 54
Solved Threads: 121
 

I'm using Database from Access. I'm sucessfully linked it via wizard, but if I enter 4 core, the only games shown is game with 4 core, not 4 core and below.

I then trying with manual approach, using jet... But then I don't know how to show the table.

blackcorona
Newbie Poster
2 posts since May 2011
Reputation Points: 10
Solved Threads: 0
 

use "<=" operator in your select statement.

Jx_Man
Nearly a Senior Poster
3,329 posts since Nov 2007
Reputation Points: 1,372
Solved Threads: 444
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: