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. Database & SysAdmin
  3. Database
  4. Structure Database

Structure Database

Scheduled Pinned Locked Moved Database
databasetestingbeta-testingquestionlounge
5 Posts 4 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.
  • S Offline
    S Offline
    sbangani
    wrote on last edited by
    #1

    How do I structure my database tables so that it can allow many users to login simultaneously in my chat Application. While testing it in my IE and Crome in my PC. Thanks.

    Richard Andrew x64R L J 3 Replies Last reply
    0
    • S sbangani

      How do I structure my database tables so that it can allow many users to login simultaneously in my chat Application. While testing it in my IE and Crome in my PC. Thanks.

      Richard Andrew x64R Offline
      Richard Andrew x64R Offline
      Richard Andrew x64
      wrote on last edited by
      #2

      What is it about the structure of the database that would prevent many users from logging in simultaneously? What problem are you facing?

      The difficult we do right away... ...the impossible takes slightly longer.

      S 1 Reply Last reply
      0
      • S sbangani

        How do I structure my database tables so that it can allow many users to login simultaneously in my chat Application. While testing it in my IE and Crome in my PC. Thanks.

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

        sbangani wrote:

        How do I structure my database tables so that it can allow many users to login simultaneously

        A database-server is designed to cater to multiple clients. Simply do not use a desktop database (like MSAccess) and it should work out-of-the-box.

        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

        1 Reply Last reply
        0
        • Richard Andrew x64R Richard Andrew x64

          What is it about the structure of the database that would prevent many users from logging in simultaneously? What problem are you facing?

          The difficult we do right away... ...the impossible takes slightly longer.

          S Offline
          S Offline
          sbangani
          wrote on last edited by
          #4

          I'm creating a chat App that will run online its includes signalR for real time messages. So now I'm trying to check if its can allow multiple users to log in in the in the same time using two browsers on my computer. when I check that I found that its override the first user that has being logged in first.

          1 Reply Last reply
          0
          • S sbangani

            How do I structure my database tables so that it can allow many users to login simultaneously in my chat Application. While testing it in my IE and Crome in my PC. Thanks.

            J Offline
            J Offline
            jschell
            wrote on last edited by
            #5

            I doubt you can design a database that doesn't allow multiple users. You can certainly design/implement an application that uses a database which precludes that.

            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