How to include database when ceating a setup

  • Thread starter Thread starter Magnus
  • Start date Start date
M

Magnus

I have created an application with VB in Visual
Studio .Net. The application use a SQL server as database.

Can anyone explain how I include the database when i make
a setup for my application?
I have not created a setup before, so great if I can get
details.

Magnus
 
Magnus,

I was waiting for a better answer.

You can do it running a SQL create script in your setup, however that is
something I do now exactly how and because there is a better newsgroup for
that question I advice you to ask it there.

Adonet
<
Web interface:
<http://communities2.microsoft.com/communities/newsgroups/en-us/?dg=microsof
t.public.dotnet.framework.adonet>


With this I assume that your clients have already installed an SQL server
and only the database should be installed.

Otherwise you can forget it (even with MSDE although with SQL Express server
it will be possible in future)

I hope this helps anyway?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top