Best Tutorials website
Latest tutorials

Advertisment

Executing Transact-SQL DELETE statement

Executing Transact-SQL DELETE statement

In this example, we will delete some records from a database. This source code helps us to deleting records to database without slowing down database.


Views: 510 | Rating star | by Tutorial
ASP - Database Related

Executing Transact-SQL UPDATE statement

Executing Transact-SQL UPDATE statement

In this example, we will edit some records from a database. This source code helps us to edit records to database without slowing down database .


Views: 463 | Rating star | by John
ASP - Database Related

Counting Records In A Database Table

Counting Records In A Database Table

We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be...


Views: 582 | Rating star | by Adam
ASP - Database Related

Executing Transact-SQL INSERT statement

Executing Transact-SQL INSERT statement

In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database. .


Views: 503 | Rating star | by Troy
ASP - Database Related

Retrieving Column Names with values

Retrieving Column Names with values

This tutorials based on a bit of knowledge on SQL. Sample code displays us how to get and show name of columns with values.


Views: 511 | Rating star | by Jarry
ASP - Database Related