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. C / C++ / MFC
  3. Help! Database Question

Help! Database Question

Scheduled Pinned Locked Moved C / C++ / MFC
2 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.
  • R Offline
    R Offline
    Ryan Baillargeon
    wrote on last edited by
    #1

    I have a question I am running a dual processor Xeon processor running IIS 5.0 and serving pages / info from an Access DB. I havnt run into any problems yet, but here is my question. Is there a maximum of concurrent users that can query the DB at one time? Are there any relevant restrictions that using an Access DB over say SQL server that I should be aware of. Can anyone provide me with information as to the benefits related with running a SQL Server over an access DB? It seems that when I am page loading from a MAC the server really chugs? any insight? I can use many PC's concurrently, but when I access the website with a MAC its quite a different story.. Any Help / Finger pointing to help would be appreciated. recurse.org - Recusion For the Rest Of Us.

    M 1 Reply Last reply
    0
    • R Ryan Baillargeon

      I have a question I am running a dual processor Xeon processor running IIS 5.0 and serving pages / info from an Access DB. I havnt run into any problems yet, but here is my question. Is there a maximum of concurrent users that can query the DB at one time? Are there any relevant restrictions that using an Access DB over say SQL server that I should be aware of. Can anyone provide me with information as to the benefits related with running a SQL Server over an access DB? It seems that when I am page loading from a MAC the server really chugs? any insight? I can use many PC's concurrently, but when I access the website with a MAC its quite a different story.. Any Help / Finger pointing to help would be appreciated. recurse.org - Recusion For the Rest Of Us.

      M Offline
      M Offline
      Masaaki Onishi
      wrote on last edited by
      #2

      Hello, the codegurus around the world.;) Really? Did you use Access Database? Access Database isn't the thread-safe. That is, Access Database can't deal with con-corrent aceess on the web service. SQL server or Oracle actually use TCP/IP, meaning Socket level exchange. Or as long as you write the program with thread, Access database may be the thread safe.:confused: Have a nice day!

      -Masaaki Onishi-

      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