Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old September 5th, 2008, 05:19 PM
Newbie
 
Join Date: Aug 2008
Posts: 2
Default Deploying Program with DataBase

I'm a newbie at programming and have a program written and pretty much de-bugged. I also have a couple of databases on my local machine that are currently located in the default MSSQL.1 file.

I would like to use ClickOnce to publish my program, but I'm not sure what the steps are to deploy the SQL databases with the program.

I hope this is a fairly easy question for some expert. I need a solution as soon as possible. I'm on a deadline. Can anyone help me?

Thanks.
Reply
  #2  
Old October 14th, 2008, 03:36 PM
OuTCasT's Avatar
Familiar Sight
 
Join Date: Jan 2008
Location: South Africa
Age: 25
Posts: 233
Default

You need to add a Setup Deployment project to your current project.
Set the properties for the Setup Deployment project, like desktop icon and installation path etc.
Set the prerequesites for the application like SQL and .NET framework that needs to accompany your application.

Once you have done all that and you are happy with ur setup project. BUILD your setup project which will inturn create an installer for your application.
Reply
  #3  
Old October 15th, 2008, 08:08 AM
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 6,867
Default

Databases like SQL Server and oracle are not deployed as part of the application .Those needs to be configured separately.
Reply
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles