|
|
|
|
 |
|
 |
 |
 |
Database-related
|
|
|
Hits: 13
 5.0
This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your database is compromised the passwords cannot be decoded. The only downside is that users cannot retrieve lost passwords, they must reset them.
| Freeware |
Platform(s): Windows |
Date: Sep, 18 2006 |
 |
|
|
Hits: 13
 5.0
This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your database is compromised the passwords cannot be decoded. The only downside is that users cannot retrieve lost passwords, they must reset them.
| Commercial |
Platform(s): Windows |
Date: Sep, 18 2006 |
 |
|
|
Hits: 19
 2.0
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.
|
Platform(s): n/a |
Date: Dec, 18 2003 |
 |
|
|
Hits: 87
 4.0
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.
|
Platform(s): n/a |
Date: Dec, 18 2003 |
 |
|
|
Hits: 66
 0.0
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
|
Platform(s): n/a |
Date: Dec, 18 2003 |
 |
|
|
Hits: 33
 0.0
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.
| Commercial |
Platform(s): Windows |
Date: Oct, 20 2006 |
 |
|
|
Hits: 13
 0.0
A step by step tutorial on caching data in memory. This tutorial goes one step further from simply caching data in memory to allow you to set a time limit in seconds after which it refreshes the data in memory. Extremely useful technique. Online demo available.
|
Platform(s): n/a |
Date: Aug, 08 2001 |
 |
|
|
Hits: 18
 0.0
Many a time, you are confronted with creating a system DSN for use with ASP. If you have an ISP account, this might take time and more than sometimes - money. This article describes how to use File DSNs and save time and money. Also, you can reuse these DSNs and thus, with some modifications, use the same DSN for as many database connections.
|
Platform(s): n/a |
Date: Jan, 25 2000 |
 |
|
|
Hits: 43
 3.5
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.
| Freeware |
Platform(s): Windows |
Date: Mar, 22 2006 |
 |
|
|
Hits: 43
 3.5
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.
| Commercial |
Platform(s): Windows |
Date: Mar, 22 2006 |
 |
|
|
|
 |
 |
|
 |
|
 |
|