Results 1 to 3 of 3

Thread: Installing VS project (sql database required) on Machine WITHOUT Microsoft SQL

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    Installing VS project (sql database required) on Machine WITHOUT Microsoft SQL

    Hello.. I have a new VS2012 application that requires an SQL database on the customer machine. Might also need to be mapped to a 2012 Server.
    What do I need to install on the customer machines? SQL Lite ? Just the deployment files? Is there a Microsoft provided install shield for this.
    what what what ???

    thanks

    gollnick
    William E Gollnick

  2. #2
    PowerPoster kaliman79912's Avatar
    Join Date
    Jan 2009
    Location
    Ciudad Juarez, Chihuahua. Mexico
    Posts
    2,593

    Re: Installing VS project (sql database required) on Machine WITHOUT Microsoft SQL

    There are many options, but I recommend installing an SQL Express instance, it is royalty free from Microsoft. That way you may install SSMS and other applications. You can have just a local database but it may lose some capabilities in terms of security and power.
    More important than the will to succeed, is the will to prepare for success.

    Please rate the posts, your comments are the fuel to keep helping people

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Installing VS project (sql database required) on Machine WITHOUT Microsoft SQL

    Quote Originally Posted by gollnick View Post
    I have a new VS2012 application that requires an SQL database on the customer machine.
    What does that actually mean? There's not really any such thing as a "SQL database". SQL is a language used to manipulate databases and pretty much every database available these days is SQL-compliant, although the specifics of the SQL implementation varies.

    When people around here say "SQL database", they are usually lazily referring to a Microsoft SQL Server database. If that's what you're doing then you need to install Microsoft SQL Server. SQLite is not SQL Server so it will be of no use. As suggested, SQL Server Express is free and it can handle databases up to 10 GB. It lacks some advanced features but has more than enough for the average use case.

    The SQL Server Express database engine can be installed automatically with your application if you build your installer in VS and various other tools could do the same. Alternatively, you can download various SQL Server Express installers from Microsoft with various levels of functionality.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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