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

Threaded View

  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

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