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. Database & SysAdmin
  3. Database
  4. deploy using backend

deploy using backend

Scheduled Pinned Locked Moved Database
csharpdatabasesql-serversysadmintutorial
3 Posts 3 Posters 1 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
    sai259
    wrote on last edited by
    #1

    Hi , i created an Windows application using C#.net and used Backend as Sql Server2005 (where i have only one table) and know i want to deploy the project and send it to an client.so when he install the project he is unable to get the database in the client system. so what to do? and how to deploy the application using database. so that their is not need for me to install the sql server in client system and create the tables..

    Just send u r views

    A V 2 Replies Last reply
    0
    • S sai259

      Hi , i created an Windows application using C#.net and used Backend as Sql Server2005 (where i have only one table) and know i want to deploy the project and send it to an client.so when he install the project he is unable to get the database in the client system. so what to do? and how to deploy the application using database. so that their is not need for me to install the sql server in client system and create the tables..

      Just send u r views

      A Offline
      A Offline
      Andy_L_J
      wrote on last edited by
      #2

      The client machine will have to have SQL Installed in order for the application to be able to read the data. You would specify this in the prerequesites. Alternatively, use SQL CE or SqlLite or another embedded database.

      I don't speak Idiot - please talk slowly and clearly I don't know what all the fuss is about with America getting it's first black president. Zimbabwe's had one for years and he's sh*t. - Percy Drake , Shrewsbury Driven to the arms of Heineken by the wife

      1 Reply Last reply
      0
      • S sai259

        Hi , i created an Windows application using C#.net and used Backend as Sql Server2005 (where i have only one table) and know i want to deploy the project and send it to an client.so when he install the project he is unable to get the database in the client system. so what to do? and how to deploy the application using database. so that their is not need for me to install the sql server in client system and create the tables..

        Just send u r views

        V Offline
        V Offline
        Vijayaraya S
        wrote on last edited by
        #3

        Use Sql Server 2005 express edition. which gets saved as .mdf format in your application path. Connect to it. Express edition is best suit for small business.

        vijayaraya

        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