aspose file tools
The moose likes Servlets and the fly likes Finding auctions that a member has won problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Finding auctions that a member has won problem" Watch "Finding auctions that a member has won problem" New topic
Author

Finding auctions that a member has won problem

John Turner
Greenhorn

Joined: Dec 19, 2010
Posts: 6
Hi all,

I am developing an online auction website and I am having difficulty if thinking about how I would allow a member to view auction items they have won.

Currently I have two MySQL tables called items and bids where items contains the details of items and bids contain details of bids for items in the items table.

I have thought about comparing the bidder's highest bid with the end date and whether the reserve price has been met, then forwarding this information to my JSP page to display items that have been won, but I don't think this is possible because a bidder's highest bid may not be the highest bid within the auction.

Any suggestions would be welcome.
Madhan Sundararajan Devaki
Ranch Hand

Joined: Mar 18, 2011
Posts: 312

Please list the table structure of both the tables.


S.D. MADHAN
Not many get the right opportunity !
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Finding auctions that a member has won problem
 
Similar Threads
NullPointerException
SCEA part 2 : a question of domain model
Automation Stories
Dreamcar - Review Open Bids use case
BiddingModel in Java