Results 1 to 2 of 2

Thread: Auction Site Design

  1. #1
    ASHBeN Guest

    Auction Site Design

    Greetings,

    Could you guide me in the designing and drawing of the relative database
    structure in SQL Server 6.5/7 for an Auction Site. I need information on appropriate ...
    Tables-Records-Fields + SP's-Triggers etc etc for such an Auction Site as say www.ebay.com or
    www.onsale.com etc.

    Please Guide accordingly. Hoping to hear soon!

    --ASHBeN (ashben@neuk.net)
    w. http://ashben.cc.st

  2. #2
    DBA Guest

    Auction Site Design (reply)


    well.......
    It all depends on what kinda auction you want...
    and most of all...the required fields.

    the basic tables are...

    customers
    products
    inventory
    bids
    the fields in these tables depend on your users input.

    It be better if you'd get help from a consulting company on this...if you're not sure how the database side of the auction works.


    ------------
    ASHBeN at 7/17/99 5:31:04 AM

    Greetings,

    Could you guide me in the designing and drawing of the relative database
    structure in SQL Server 6.5/7 for an Auction Site. I need information on appropriate ...
    Tables-Records-Fields + SP's-Triggers etc etc for such an Auction Site as say www.ebay.com or
    www.onsale.com etc.

    Please Guide accordingly. Hoping to hear soon!

    --ASHBeN (ashben@neuk.net)
    w. http://ashben.cc.st

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •