Results 1 to 1 of 1

Thread: storing multiple spreadsheets in a database

  1. #1
    Join Date
    Jan 2007
    Location
    Davenport, Iowa
    Posts
    2,385
    Thanks
    100
    Thanked 113 Times in 111 Posts

    Default storing multiple spreadsheets in a database

    here is an example of the spreadsheets I want to store in my MySQL database: http://spreadsheets.google.com/pub?k...o1aLI_Bg&gid=8

    As best I can figure I should create a table called 'attendance' with auto-incrementing ID. The first column would be for the dates of the spreadsheets.

    At this point I get lost because there are many names and the next few columns will be comments or stats about each person. My real question is how would you do this with just one table? I want to have a row for each spreadsheet, but I can be flexible if there is a better way of handling the data.

    Thanks,
    James438
    Last edited by james438; 02-21-2008 at 12:47 AM. Reason: changed spreadsheet to spreadsheets and clarification.

Bookmarks

Posting Permissions

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