Library System in Visual Basic .NET 2008 and SQL Server 2008
Here’s the full source code of the sample project, Visual Basic .NET 2008 Tutorial, I created this in addition with the tutorial that I've made several months ago.
It is advised that you will follow the tutorial closely to understand how I created this project.
There’s nothing so much information about this project for certainly, this project is not intended for advance programmer, thus it is being created for beginners, to show the method on how to program with Visual Basic .NET 2008 and using SQL Server as the database.
This tutorial will continue until the sample library system project is complete.
Account information:
Username: admin
Password: admin
Here’s the to do list:
Borrowed Books
Returned Books
Sample reports like Borrowed Books, Returned Books, Fine, Members Report, and a lot more.
You need to change the connection string of this project to use your own SQL Server instance name and computer name. For more info please visit:
How to Change Connection String of VB.NET Project at Design Time
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
can't run the program
Please follow this
help me
Your help is needed on similar project
prompt to save changes data
If you are using a databound
- Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
- If DataSetName.HasChanges Then
- 'Statement here
- End If
- End Sub
try it!!
- public ctrl as string
- imports system.data.sqlclient
- public sqlcmd as new sqlcommand
- public sqlstrl as string
- public sqlcon as new sqlconnection
- public sqlda as new sqldataadapter
- public sqldr as new sqldatareader
- sub connect()
- sqlcon.state = connectionstate.open then sqlcon.close
- sqlcon.connectionstring = "data source ".\sqlexpress; integrated security = true; attachdbfilename = |data directory|\practice.mdf; user instance = true"
- sqlcon open ()
- end sub
Pls help me.
about this
Plz help me Mr. admin
VB 2008
plssss
Please
Doesn't work at all
i have errors on modFunction and database/run SQL query "lcalhst
HELP
Library System in Visual Basic
Source code and Tutorial of the Project
can u send me the full system
can u send me the full system.thank u so much! this is my email [email protected]
vb.net 2008
can you send me the full code
full code
E.library
Good morning. Have a look…
Add new comment
- Add new comment
- 1181 views