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. Setup and Deployment of Database Project without server

Setup and Deployment of Database Project without server

Scheduled Pinned Locked Moved Database
databasesysadmintutorialquestionworkspace
4 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
    sawerr
    wrote on last edited by
    #1

    Hi Can anyone tell is it possible use/store data to a sql database without having database server running itself. I mean do you need to have sql installed onto your machine if you want to use application program that stores/retrieves data from databases. Or is just driver enough? For example. I made an application program that has a GUI, connects to sql database file. So is it enough to install to client machine 1-)Exe 2-)Database Driver 3-)Database file(for example .mdb) to make it run correctly (no connection to server)? Thanks...

    N M W 3 Replies Last reply
    0
    • S sawerr

      Hi Can anyone tell is it possible use/store data to a sql database without having database server running itself. I mean do you need to have sql installed onto your machine if you want to use application program that stores/retrieves data from databases. Or is just driver enough? For example. I made an application program that has a GUI, connects to sql database file. So is it enough to install to client machine 1-)Exe 2-)Database Driver 3-)Database file(for example .mdb) to make it run correctly (no connection to server)? Thanks...

      N Offline
      N Offline
      nelsonpaixao
      wrote on last edited by
      #2

      as a stand alone program? the program was a database attached? yes if you have to connect the a database, the server as to be on.

      nelsonpaixao@yahoo.com.br trying to help & get help

      1 Reply Last reply
      0
      • S sawerr

        Hi Can anyone tell is it possible use/store data to a sql database without having database server running itself. I mean do you need to have sql installed onto your machine if you want to use application program that stores/retrieves data from databases. Or is just driver enough? For example. I made an application program that has a GUI, connects to sql database file. So is it enough to install to client machine 1-)Exe 2-)Database Driver 3-)Database file(for example .mdb) to make it run correctly (no connection to server)? Thanks...

        M Offline
        M Offline
        Mycroft Holmes
        wrote on last edited by
        #3

        SQL Server needs to be running somewhere, not just exist as an MDB file. If you are embedding a SQL Express file then (I think) it need to be installed. You should have 2 deployment packages, 1 for the DB and 1 for the app.

        Never underestimate the power of human stupidity RAH

        1 Reply Last reply
        0
        • S sawerr

          Hi Can anyone tell is it possible use/store data to a sql database without having database server running itself. I mean do you need to have sql installed onto your machine if you want to use application program that stores/retrieves data from databases. Or is just driver enough? For example. I made an application program that has a GUI, connects to sql database file. So is it enough to install to client machine 1-)Exe 2-)Database Driver 3-)Database file(for example .mdb) to make it run correctly (no connection to server)? Thanks...

          W Offline
          W Offline
          Wendelius
          wrote on last edited by
          #4

          The functionality you described is possible with SQL Server Compact Edition. It needs no installing and the database is included in to the project and deployed with it. However in CE you have few restrictions including: - only one user can use it (not suitable for multi-user environments) - no locking is possible Hope this helps, Mika

          The need to optimize rises from a bad design

          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