Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Design and Architecture
  4. Seating Selection System Database Design

Seating Selection System Database Design

Scheduled Pinned Locked Moved Design and Architecture
designdatabasehelptutorial
8 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hmrizin
    wrote on last edited by
    #1

    Hi All, I am designing a ticket booking system with seat selection facility. I need to store the Seating Map (of an auditorium/theatre) in database so that the same can be fetched and shown in UI. I am not sure how to do the same in an RDBMS. Please help me. Thanks Riyaz

    L 1 Reply Last reply
    0
    • H hmrizin

      Hi All, I am designing a ticket booking system with seat selection facility. I need to store the Seating Map (of an auditorium/theatre) in database so that the same can be fetched and shown in UI. I am not sure how to do the same in an RDBMS. Please help me. Thanks Riyaz

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      hmrizin wrote:

      Please help me.

      With what exactly? The design, the implementation in the RDBMS, fetching the things or showing the stuff in the UI? A quickstart; them seats are probably numbered. You need a table to store who is sitting on what number on a specific event. A theater can have multiple events on a day, so you'd also need a table to list the events :)

      I are troll :)

      H 1 Reply Last reply
      0
      • L Lost User

        hmrizin wrote:

        Please help me.

        With what exactly? The design, the implementation in the RDBMS, fetching the things or showing the stuff in the UI? A quickstart; them seats are probably numbered. You need a table to store who is sitting on what number on a specific event. A theater can have multiple events on a day, so you'd also need a table to list the events :)

        I are troll :)

        H Offline
        H Offline
        hmrizin
        wrote on last edited by
        #3

        Eddy Vluggen wrote:

        With what exactly? The design, the implementation in the RDBMS, fetching the things or showing the stuff in the UI?

        The implementation in RDBMS. The Database Design should support the following: 1. Storing Seating Map of different Auditoriums/CinemaHalls 2. Should store not only the seat numbers but the exact seating arrangement with pathways, screen-location etc Is is possible to do with an RDBMS? Please gimme some ideas. Thanks Riyaz

        L 1 Reply Last reply
        0
        • H hmrizin

          Eddy Vluggen wrote:

          With what exactly? The design, the implementation in the RDBMS, fetching the things or showing the stuff in the UI?

          The implementation in RDBMS. The Database Design should support the following: 1. Storing Seating Map of different Auditoriums/CinemaHalls 2. Should store not only the seat numbers but the exact seating arrangement with pathways, screen-location etc Is is possible to do with an RDBMS? Please gimme some ideas. Thanks Riyaz

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          hmrizin wrote:

          Is is possible to do with an RDBMS?

          Yes. Have you ever designed a database before?

          I are troll :)

          H 1 Reply Last reply
          0
          • L Lost User

            hmrizin wrote:

            Is is possible to do with an RDBMS?

            Yes. Have you ever designed a database before?

            I are troll :)

            H Offline
            H Offline
            hmrizin
            wrote on last edited by
            #5

            Yes I have; using MySQL.

            L 1 Reply Last reply
            0
            • H hmrizin

              Yes I have; using MySQL.

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              If you can do it in MySQL, then you can do it in SQL Server too :) I doubt that you'll run into problems with grouping the data over tables and normalizing them, although you might run into some minor problems with the differences in syntax between SQL Server and MySQL. To answer the original question; yes, it should be possible.

              "please help in this regard. give the visual basic code for this as soon possible."

              H 1 Reply Last reply
              0
              • L Lost User

                If you can do it in MySQL, then you can do it in SQL Server too :) I doubt that you'll run into problems with grouping the data over tables and normalizing them, although you might run into some minor problems with the differences in syntax between SQL Server and MySQL. To answer the original question; yes, it should be possible.

                "please help in this regard. give the visual basic code for this as soon possible."

                H Offline
                H Offline
                hmrizin
                wrote on last edited by
                #7

                Sorry for the late reply Eddy; caught up with some other work Thank you for your support. Have started designing the database. Will keep you posted.

                L 1 Reply Last reply
                0
                • H hmrizin

                  Sorry for the late reply Eddy; caught up with some other work Thank you for your support. Have started designing the database. Will keep you posted.

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #8

                  No problem, good luck :)

                  What sig?

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups