I am a 3rd year student.this is my minor project.i have to make a project using vb as front end & oracle as back end.In this i have to design a form in vb which contains company information.The companies which are coming in campus for selecting students have some criteria.these criteria will be shown in vb form.now i have a problem in sorting the list of students who are eligible for the required company.the student information is specified in the oracle table.plz help me out what shall i do?reply as soon as possible.

Recommended Answers

All 2 Replies

that can be easily done by adding ORDER BY key word in your search criteria.

It sounds like you are mixing the Data Layer and the Presentation Layer.

Making sure the user sees the correct oder is a concern for the Presentation layer (VB, in this case).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.