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. C#
  4. Forum Board

Forum Board

Scheduled Pinned Locked Moved C#
databasehelp
3 Posts 3 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.
  • M Offline
    M Offline
    mil_an
    wrote on last edited by
    #1

    Hi, I have been trying to look for the source code of a Forum Board that uses MS-Access as the back-end database. Can't seem to find any that uses Access. Hopefully someone can tell me where I can find such a Forum Board. I have found many with MSDE as the back-end database, and do understand the advantages of it, but I am specifically looking for one with Access as the database. Thanks for any help...

    J H 2 Replies Last reply
    0
    • M mil_an

      Hi, I have been trying to look for the source code of a Forum Board that uses MS-Access as the back-end database. Can't seem to find any that uses Access. Hopefully someone can tell me where I can find such a Forum Board. I have found many with MSDE as the back-end database, and do understand the advantages of it, but I am specifically looking for one with Access as the database. Thanks for any help...

      J Offline
      J Offline
      John Fisher
      wrote on last edited by
      #2

      I haven't looked for, nor found any forum source that uses Access as a database. However, it seems that you should look for source that uses .NET database access methods (since this is a C# formum). Then, you could modify the database access code to get data from an Access database, which shouldn't require much effort. (You would have to be able to create an Access version of the MSDE database, though.) John
      "You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek.

      1 Reply Last reply
      0
      • M mil_an

        Hi, I have been trying to look for the source code of a Forum Board that uses MS-Access as the back-end database. Can't seem to find any that uses Access. Hopefully someone can tell me where I can find such a Forum Board. I have found many with MSDE as the back-end database, and do understand the advantages of it, but I am specifically looking for one with Access as the database. Thanks for any help...

        H Offline
        H Offline
        Heath Stewart
        wrote on last edited by
        #3

        You already asked this and got an answer. If you didn't like it, try http://www.google.com[^]. Besides, Access is a TERRIBLE database to use for a backend for something with many concurrent connections. It's not optimized for it. Either use the MSDE - which is a free but slightly limited (for # of connections) SQL Server complete with ACID capabilities - or use SQL Server. You should use a good RDBMS that runs under a daemon so that the database is always available and handles concurrent connections well, something for which Access (JET databases, to be exact) was never intended.

        Microsoft MVP, Visual C# My Articles

        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