Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | ASP | Tutorials & Tips | Database-related

Results 121-128 of 128
Faster Singleton Queries with ADO
It is very common operation to request one field of information via a database query. This is called a singleton query. ADO.Net has specific functions for singleton queries, but not ADO (ActiveX Data Objects). This article describes how to use an ADO command object to perform faster singleton queries.
(0 ratings)
Reviews0
PriceFree
Views1402
http://www.dotnetindex.com/articles/2176-Filling-Data-into-Select-List.asp
In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.
(0 ratings)
Reviews0
PriceFree
Views2305
An Useful Method : RecordSet.Filter
Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data from database. Fileter method is advantage working on recordsets after querying on SQL command.
(0 ratings)
Reviews0
PriceFree
Views1391
Counting Records in SQL Script
Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL script, our script works better and faster.
(0 ratings)
Reviews0
PriceFree
Views1405
How to Encrypt Passwords in the Database
If you are developing a password-protected web site, you have to make a decision about how to store user password information securely. This article will show you how to encrypt user passwords with md5 algorithm and how to start using encrypted passwords if you already have users' database ready.
(0 ratings)
Reviews0
PriceFree
Views1545
Make database access safer with transactions
You can use transactions in ASP as a kind of insurance policy for your database activities, making them safer and providing better error recovery. Transactions are most useful when doing multiple actions on multiple tables. The example below shows just how easy it is to use transactions from ASP, inserting a record into a table and doing a "rollback" if there's a problem.
(0 ratings)
Reviews0
PriceFree
Views1414
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.
(0 ratings)
Reviews0
PriceFree
Views1008
Delete Duplicates from a Database (MYSQL, MSSQL)
An easy way to delete duplicate data from a database such as MYSQL or MSSQL.
(0 ratings)
Reviews0
PriceFree
Views1700
Results 121-128 of 128