Results 1 to 4 of 4

Thread: VB - SQL SERVER integrated setup

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2000
    Location
    calcutta,india
    Posts
    48

    VB - SQL SERVER integrated setup

    Hi,

    Is it possible to integrate sql server 2000 with vb setup.So that
    no need to manually run sql server 2000.What are the required
    files to add in vb setup to install sql server.

    Any suggestion / link ref. regard is highly appreciated.

    ....

  2. #2
    Hyperactive Member
    Join Date
    Nov 1999
    Location
    Galway, Ireland
    Posts
    316
    So you want to instll SQL Server and VB at the same time??

    The question would be why!!!

    You should have your app and the database on differant machines really are you on about the SQL client??

    SQL Server has to be installed via the Microsoft CDS (or copies of them) as there is a lot of security on it.

    What you could do is a simple script that prompts for the SQL Server CD and runs Setup.exe and then prompts for your install but I think SQL Server needs a reboot.
    Slan

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2000
    Location
    calcutta,india
    Posts
    48

    for software demo

    I need to include sql server in vb setup for 2 reasons -

    1).for demo which will all works without user prompt
    2).some time application to be loaded in same computer where
    database reside.

    My need is to install sql server by novice without any expert help.

  4. #4
    Hyperactive Member
    Join Date
    Dec 2002
    Location
    The Big D
    Posts
    310
    You can't legally distribute SQL Server with your app. You could script the database and create your DB on an already installed server but you can't just send out a copy of SQL Server with your app.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width