Results 1 to 4 of 4

Thread: SQL Server or Visual Studio for database? Want to put VB front end onto it

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2008
    Location
    United Kingdom
    Posts
    168

    SQL Server or Visual Studio for database? Want to put VB front end onto it

    I have installed both SQL Server Express and Visual Studio 2008 (Trial).

    Which do I use to actually design database tables and queries? It seems I can use both? A few people have already stated the I use SQL Server, but am I right or wrong in thinking I can do it in either?

    I ask becuase I want to put a VB front end onto it.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: SQL Server or Visual Studio for database? Want to put VB front end onto it

    Yes, you can use both. In fact, I would suggest housing your queries in stored procedures, and call them from your VB.NET front end.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2008
    Location
    United Kingdom
    Posts
    168

    Re: SQL Server or Visual Studio for database? Want to put VB front end onto it

    Thanks! Thats cleared that up! So I take it the two programs have basically the same functions and methods of writing at least a basic database?

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: SQL Server or Visual Studio for database? Want to put VB front end onto it

    Yes, And no..... currently (unless it changed in 2008 and I haven't found it yet).... when you create a stored proc in VS, there isn't a way to run it to get it into the database (or update it).... that still requires using Management Studio....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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