Results 1 to 2 of 2

Thread: Tbl Design

  1. #1
    Join Date
    Apr 2005
    Location
    massachusetts
    Posts
    9

    Tbl Design

    I have two tables, picture_grp and Picture.
    fields i have in picture_grp are grp_id and Group.
    Fields i have in picture table are pic_id, grp_id,path,date, description.

    i am linking the two tables with the grp-id.

    am i duing this okay? pls write the stuff i am missing.
    I am using sql server 2000.

    Thanks

  2. #2
    Join Date
    Feb 2003
    Posts
    1,048
    Yes, that's the correct way to do it.

Posting Permissions

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