SQL database

Salary Management System using VB.NET and MS SQL Server with Source Code

Submitted by Hasan soherwardi on
Introduction: This project is based on the concept of the account. This project is a Salary Management System which is a Database system that can be used for managing employee Salary Details. It is a multi-user system and can be used by hundreds of users at the same time. Generally speaking, it is a platform available for running on a local area network(LAN). This project was built using VB.NET

How to Save Data in the Database Using Visual Basic 2008 and SQL Server 2005

Submitted by janobe on
This time, I will show you how to save data in the database using Visual Basic 2008 and SQL Server 2005 Express Edition. Using this method, the data will be saved in the database and It will also display the data that you have been saved in the database to the Datagridview. See the step by step procedure below.

Let's Begin:

Step 1. Create a database in the SQL Server 2005 Express Edition and name it "userdb". Step 2.

C# : Autocomplete in a Textbox with SQL Server

Submitted by janobe on
When you search data in the database, it is hard to search accurate data without a hard copy for your basis. So, in this tutorial, I will show you how to create an Autocomplete Textbox using C#.net and SQL Server 2005. This method has the ability to auto suggest and append the corresponding data on the Textbox when the first letter has an exact the same data in the database

Let's get started:

Step 1.

Login System in Netbeans Using SQL Database

Submitted by Josphatwa on
For database connectivity just create a class open the project in netbeans and go to sql.java and change on the host the username and password of your server Then in the zipped folder unzip and restore the database to your server After that you can run the .jar in the dist folder. For queries just comment here.

Don’t Limit On SQL for Database Computing in Java Development

Submitted by Raqsoft on

During Java development, SQL is often used to address the database related computation. However, "Ordered Computation" is very inconvenient to realize by writing SQL statements. For example, according to Contract table, compute the monthly growth rate of contract values for each sales man in a specified period. The result set of SQL follows a weird convention that the result set returned directly