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. how to Install vb.net window application on client system with database

how to Install vb.net window application on client system with database

Scheduled Pinned Locked Moved C#
questioncsharpdatabasesysadmin
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.
  • P Offline
    P Offline
    pinna_hari
    wrote on last edited by
    #1

    Hello, I am making one windows application in C#. I am using SQL Server as database.So, my question is I want to deploy the .exe file to the client with out installing sql server in clients system. to do that what files I should supply to him with SetUp exe.? If it is necessary to install SQL Server in client system how can i do? I want to install this exe in almost 100 systems. As I am new to Windows Application, can anyone explain about it... or give some article links so I can understand the whole processfrom creating application to End User deployment.

    Pinna

    T C 2 Replies Last reply
    0
    • P pinna_hari

      Hello, I am making one windows application in C#. I am using SQL Server as database.So, my question is I want to deploy the .exe file to the client with out installing sql server in clients system. to do that what files I should supply to him with SetUp exe.? If it is necessary to install SQL Server in client system how can i do? I want to install this exe in almost 100 systems. As I am new to Windows Application, can anyone explain about it... or give some article links so I can understand the whole processfrom creating application to End User deployment.

      Pinna

      T Offline
      T Offline
      The Man from U N C L E
      wrote on last edited by
      #2

      You should not need to deploy any SQL engine or code to your client systems. You should have one SQL Server to which the clients connect. They just need to have the relevant connection string. If you are deploying this as a separate database for each user I would suggest something lighter such as SQL Server Express Edition. This for the secondary reason that the Express Edition is free whereas installing a full SQL edition on 100 machines will cost you upwards of £400,000 (gbp) that is $700,000 (usd). That is the approx going rate for an academic licence installation of SQL 2008 * 100 which is the cheapest licence available.

      If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) www.JacksonSoft.co.uk

      1 Reply Last reply
      0
      • P pinna_hari

        Hello, I am making one windows application in C#. I am using SQL Server as database.So, my question is I want to deploy the .exe file to the client with out installing sql server in clients system. to do that what files I should supply to him with SetUp exe.? If it is necessary to install SQL Server in client system how can i do? I want to install this exe in almost 100 systems. As I am new to Windows Application, can anyone explain about it... or give some article links so I can understand the whole processfrom creating application to End User deployment.

        Pinna

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        If the computers all run their own local DB, then an Access DB may have been better from a deployment POV, or SQL Server Compact. As it stands, you may need to install SQL Server Express, configure a connection string and deploy your DB onto it.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        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