Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Help with searching

  Asked By: Clifton    Date: Apr 26    Category: Java    Views: 449
  

i am currently writing a java application for a
bank account system.I need to search and delete
clients information and im not sure how to do this.
This is what my program needs to be able to do.

The objects that are stored in the array can be viewed
by clickin on the Next or Previous button. Clickin on
the next button will find the next object in the array
and display its data. the previous button will display
the previous information.

When the search accounts button is clicked the account
number text field is read and this value is used to
search for an account with the matching number. If the
account is found then the account and client details
should be displayed in the text fields. the search
clients button searches for the client object using
the value entered in the client number text field. if found then the
client details are displayed in the text fields.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Wilbert Patterson     Answered On: Apr 26

This project looks too ambitious for schooling. If
this is work, then you need some reading into java
online info. There are more than one choices, as I
see it. You can use indexing or vector. Each have it
own pro and con. Everything else are just logic
algorithm.

 
Answer #2    Answered By: Faeezah Khan     Answered On: Apr 26

Ussualy this kind of applicationa needs a SQL server in back. Something cheap
and fast to learn would be MYSQL, but PostgreSQL and Oracle would fine

 
Didn't find what you were looking for? Find more on Help with searching Or get search suggestion and latest updates.




Tagged: