How to include database when ceating a setup

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Magnus

    How to include database when ceating a setup

    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
  • Cor Ligthert

    #2
    Re: How to include database when ceating a setup

    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
    <news://msnews.microsof t.com/microsoft.publi c.dotnet.framew ork.adonet>

    Web interface:
    <http://communities2.microsoft.com/co...s/?dg=microsof
    t.public.dotnet .framework.adon et>


    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
    [color=blue]
    > 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[/color]


    Comment

    Working...