CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2010
    Posts
    1

    Thumbs up SQL and VB.NET tutorial with source code

    SQL Example
    -----------

    A tutorial using a source code on how to insert, update, and delete using Visual Basic 2005 / VB.NET
    & SQL server 2005

    this source code tutorial contains how to play with the GUI " Graphical User Interface"

    just open the project with visual studio and study the code its very simple to understand.

    source contains the database that should be included in your SQL Server.

    when you run the program use one of these accounts to do ur thing =)

    '' 'btw run it as an administrator

    username: admin
    password: 321

    username2: zero code
    password: sql example

    some screen shots from the program:

    screen shot 1
    http://www.codeguru.com/forum/attach...1&d=1275513132


    screen shot 2
    http://www.codeguru.com/forum/attach...1&d=1275513159
    ---------
    Best regards,
    Zero Code
    Attached Images Attached Images   
    Attached Files Attached Files

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: SQL and VB.NET tutorial with source code

    This is not the place to post that. You can submit an ARTICLE and have it published. That program just might make it past the reviewing process.

    Also, create a script to create the table(s) rather than include them, just like you did the the username/pw
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jun 2010
    Posts
    1

    Thumbs up Re: SQL and VB.NET tutorial with source code

    Good job. although posted as tutorial, this asnwers a whole set of basic questions concerning ado.net and other sql connection related doubts/confussions on syntax and usage. thanks for this.

    Quote Originally Posted by zero code View Post
    SQL Example
    -----------

    A tutorial using a source code on how to insert, update, and delete using Visual Basic 2005 / VB.NET
    & SQL server 2005

    this source code tutorial contains how to play with the GUI " Graphical User Interface"

    just open the project with visual studio and study the code its very simple to understand.

    source contains the database that should be included in your SQL Server.

    when you run the program use one of these accounts to do ur thing =)

    '' 'btw run it as an administrator

    username: admin
    password: 321

    username2: zero code
    password: sql example

    some screen shots from the program:

    screen shot 1
    http://www.codeguru.com/forum/attach...1&d=1275513132


    screen shot 2
    http://www.codeguru.com/forum/attach...1&d=1275513159
    ---------
    Best regards,
    Zero Code

Tags for this Thread

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

Featured