3 Attachment(s)
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
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
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
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