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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. C# and database

C# and database

Scheduled Pinned Locked Moved C#
csharpdatabasemysqloraclequestion
5 Posts 5 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.
  • E Offline
    E Offline
    edel_ong
    wrote on last edited by
    #1

    Hi! Is is possible to come up with a C# application that uses databases but doesnt really need to install Mysql or Oracle? I am using a windows platform and I need to come up with an application that if installed in another computer, wouldn't need to install a database also. Thanks very much!:)

    J RaviBeeR A P 4 Replies Last reply
    0
    • E edel_ong

      Hi! Is is possible to come up with a C# application that uses databases but doesnt really need to install Mysql or Oracle? I am using a windows platform and I need to come up with an application that if installed in another computer, wouldn't need to install a database also. Thanks very much!:)

      J Offline
      J Offline
      jack_claudine
      wrote on last edited by
      #2

      As far as 2-tier achitecture is concern, the answer is yes. You don't need to install your application together with the database. You can create an application in any language that can connect to a remote database server. :)

      1 Reply Last reply
      0
      • E edel_ong

        Hi! Is is possible to come up with a C# application that uses databases but doesnt really need to install Mysql or Oracle? I am using a windows platform and I need to come up with an application that if installed in another computer, wouldn't need to install a database also. Thanks very much!:)

        RaviBeeR Offline
        RaviBeeR Offline
        RaviBee
        wrote on last edited by
        #3

        edel_ong wrote:

        wouldn't need to install a database also.

        Did you mean "database server"? If so, you could use MS Access or SQLite if your application can live with their restrictions. /ravi

        This is your brain on Celcius Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

        1 Reply Last reply
        0
        • E edel_ong

          Hi! Is is possible to come up with a C# application that uses databases but doesnt really need to install Mysql or Oracle? I am using a windows platform and I need to come up with an application that if installed in another computer, wouldn't need to install a database also. Thanks very much!:)

          A Offline
          A Offline
          Aaron VanWieren
          wrote on last edited by
          #4

          You could also look at SQL express 2005. It's free.

          _____________________________________________________________________ Our developers never release code. Rather, it tends to escape, pillaging the countryside all around. The Enlightenment Project (paraphrased comment) Visit Me at GISDevCafe

          1 Reply Last reply
          0
          • E edel_ong

            Hi! Is is possible to come up with a C# application that uses databases but doesnt really need to install Mysql or Oracle? I am using a windows platform and I need to come up with an application that if installed in another computer, wouldn't need to install a database also. Thanks very much!:)

            P Offline
            P Offline
            Paul Groetzner
            wrote on last edited by
            #5

            Have a look at this article: http://www.codeproject.com/useritems/C__Instant_Oracle.asp[^]

            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