ASP.NET
  Home arrow ASP.NET arrow Page 2 - Tables and Relationships for an ASP.NET AJ...
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Silverlight  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
ASP Web Hosting  
ASP.NET Web Hosting 
Windows Web Hosting
 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
ASP.NET

Tables and Relationships for an ASP.NET AJAX Server-Centric Based Online Shopping Website
By: Xianzhong Zhu
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 6
    2007-12-05

    Table of Contents:
  • Tables and Relationships for an ASP.NET AJAX Server-Centric Based Online Shopping Website
  • Tables continued
  • More Tables continued
  • Relationships Between Tables

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Tables and Relationships for an ASP.NET AJAX Server-Centric Based Online Shopping Website - Tables continued


    (Page 2 of 4 )


    Table 4—Structure for table ‘Product’

    Field name

    Type

    Notes

    ProductID

    int

    Primary Key identifying the record

    Name

    varchar(200)

    The product name

    CategoryID

    int

    Foreign Key, referring to the Category ID that the product belongs to

    Desn

    text

    Detailed description for the product

    Sell

    varchar(200)

    The name of the supplier

    CreateDate

    datetime

    Manufacturing datetime

    SellInDate

    datetime

    Stock datetime

    Unit

    varchar(50)


    Quantity

    int

    Current quantity of this kind of product

    Upper

    int

    The maximum stock quantity of this kind of product

    Lower

    int

    The minimum stock quantity of this kind of product

    InPrice

    money

    Stock price

    OutPrice

    money

    Sale price

    PictureID

    int

    Identifying the related Picture ID of the product. Foreign Key.

    Remark

    text

    Memo info for the product


    Table 5—Structure for table ‘Pictures’

    Field name

    Type

    Notes

    PictureID

    int

    Primary Key identifying the record

    Desn

    varchar(200)

    The name of the image/picture

    Type

    varchar(200)

    The type of the image/picture

    Data

    image

    The factual data about the image/picture


    Table 6—Structure for table ‘Comment’

    Field name

    Type

    Notes

    CommentID

    int

    Primary Key identifying the record

    Desn

    varchar(200)

    Title of the comment

    Body

    varchar(200)

    The detailed content of the comment

    Date

    image

    The time the comment was created

    ProductID

    int

    Identifying the Product ID that the comment belongs to. Foreign Key.

    UserID

    int

    Identifying the User ID that makes the comment. Foreign Key.



    Table 7—Structure for table ‘OrderForm’

    Field name

    Type

    Notes

    OrderFormID

    int

    Primary Key identifying the record

    UserID

    int

    Identifying the UserID that places the order. Foreign Key.

    TotalNumber

    int

    The total number of the product to buy

    TotalMoney

    money

    The total fee of the product to buy

    OrderDate

    datetime

    The datetime when the order is placed

    State

    int

    Identifying the status of the order


    More ASP.NET Articles
    More By Xianzhong Zhu


     

    ASP.NET ARTICLES

    - More Advanced ASP.NET 3.5 Functions and Subr...
    - ASP.NET 3.5 Functions and Subroutines
    - Coding an IQ Test with Conditionally Driven ...
    - Developing Conditionally Driven Event Handle...
    - ASP.NET 3.5 Debugging Using Visual Web Devel...
    - Understanding Event Handlers in ASP.NET 3.5
    - Building a Web Form in ASP.NET and PHP: a Co...
    - Inserting Data into a Microsoft SQL 2008 Dat...
    - Creating an ASP.NET Dynamic Web Page Using M...
    - Retrieving Data from Microsoft SQL Server 20...
    - Building ASP.NET Web Forms to Use a MySQL Da...
    - Creating an ASP.NET Database using MS SQL 20...
    - Building an ASP.NET Website Using Include Ta...
    - Create ASP.NET Web Forms to Use a Microsoft ...
    - Editing Web Design Layout in Visual Web Deve...





    © 2003-2010 by Developer Shed. All rights reserved. DS Cluster 2 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek