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. c# desktop database application

c# desktop database application

Scheduled Pinned Locked Moved C#
csharpdatabasesql-serverwinformssysadmin
5 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.
  • S Offline
    S Offline
    stefan12
    wrote on last edited by
    #1

    Hi All, I'd like to build a C# organizer application with winforms and some kind of database in the back. Is it possible to build it in a way that will not require some database system installed on each computer that the application will be distributed to. Or it defintely needs either sql server or oledb, etc? Any oppinion will be greately appreciated.

    S A 2 Replies Last reply
    0
    • S stefan12

      Hi All, I'd like to build a C# organizer application with winforms and some kind of database in the back. Is it possible to build it in a way that will not require some database system installed on each computer that the application will be distributed to. Or it defintely needs either sql server or oledb, etc? Any oppinion will be greately appreciated.

      S Offline
      S Offline
      Sean89
      wrote on last edited by
      #2

      You can just use an MS Access database, which is simply a file so you won't need a server installed on each computer and you can just distribute it with the application. However, you do need the Access driver installed, but I am pretty sure this comes with windows. ;P Wacky waving inflateable arm flailing tube man! - Family Guy

      S 1 Reply Last reply
      0
      • S Sean89

        You can just use an MS Access database, which is simply a file so you won't need a server installed on each computer and you can just distribute it with the application. However, you do need the Access driver installed, but I am pretty sure this comes with windows. ;P Wacky waving inflateable arm flailing tube man! - Family Guy

        S Offline
        S Offline
        stefan12
        wrote on last edited by
        #3

        Nice signiture :) Thanks for the info. Is the data provider for MS Access to ADO.NET Microsoft.Jet.OLEDB.4.0 right?

        S 1 Reply Last reply
        0
        • S stefan12

          Nice signiture :) Thanks for the info. Is the data provider for MS Access to ADO.NET Microsoft.Jet.OLEDB.4.0 right?

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

          Right on ;) Wacky waving inflateable arm flailing tube man! - Family Guy

          1 Reply Last reply
          0
          • S stefan12

            Hi All, I'd like to build a C# organizer application with winforms and some kind of database in the back. Is it possible to build it in a way that will not require some database system installed on each computer that the application will be distributed to. Or it defintely needs either sql server or oledb, etc? Any oppinion will be greately appreciated.

            A Offline
            A Offline
            Andre Ziegler
            wrote on last edited by
            #5

            HI, use SQLite oder firebird embedded instead of Jet 4.0 (Access). 'A programmer is just a tool which converts caffeine into code'

            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