Sql server 2005 and C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Humera Hasan
    New Member
    • Dec 2011
    • 1

    Sql server 2005 and C#

    I am having a C# project with SQL server Database and made a setup for it.... i want to deploy this on client single system no internet no network connection single system how can SQL server DataBase will deploy without installing SQL server on system
  • Stewart Ross
    Recognized Expert Moderator Specialist
    • Feb 2008
    • 2545

    #2
    What you ask is impossible. You cannot deploy a SQL Server project if you do not have a SQL Server DB to connect to.

    -Stewart

    Comment

    • Maraj
      New Member
      • Nov 2011
      • 24

      #3
      You can't do this because project is meant for storing data in database so where records will be saved?You have to install SQl Server on the System.

      Comment

      Working...