jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

DeEnFrSp
Amount: 137
Displaying: 1 - 10
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 >>
Sort Listings By:
Hits: 2033

Make database access safer with transactions

Rating 5.0 5.0
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.
Platform(s): Windows Date: Jan, 08 2007
DETAIL
Hits: 1678

How to connect to database using a connection string

Rating 4.0 4.0
The power of Active Server Pages comes through when we tie databases to our web sites. To connect to a database, ASP uses what is called ActiveX Data Objects, or ADO for short. ADO comes with ASP, and can be used easily from your ASP pages. In this tutorial we will show you how to connect to Access database and retrieve all the records from the table.
Platform(s): Windows Date: Sep, 25 2006
DETAIL
Hits: 795

Encrypt Passwords Before Storing In a Database

Rating 5.0 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.
Platform(s): Windows Date: Sep, 18 2006
DETAIL
Hits: 1515

How to Encrypt Passwords in the Database

Rating 3.5 3.5
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.
Platform(s): Windows Date: Sep, 07 2006
DETAIL
Hits: 868

ASP Tutorials - Connecting and Using MS Access Databases

Rating 4.0 4.0
This tutorial helps you to understand: Connecting ASP Pages to MS Access Databases Persisting Data to MS Access Databases Protecting Data in SQL Statements
Platform(s): Windows Date: Sep, 06 2006
DETAIL
Hits: 780

An Useful Method : RecordSet.Filter

Rating 4.0 4.0
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.
Platform(s): Windows Date: Aug, 09 2006
DETAIL
Hits: 1245

Dynamically Dependent Dropdown

Rating 3.0 3.0
Learn how to create dynamically dependent dropdown lists with. There's an online demo and source code provided.
Platform(s): Windows Date: Jul, 21 2006
DETAIL
Hits: 2680

Filling Data into Select List

Rating 4.0 4.0
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.
Platform(s): Windows Date: Mar, 22 2006
DETAIL
Hits: 960

Nesting repeaters in .NET

Rating 1.0 1.0
Data repeaters in .NET are very useful to display database records onto screen. This tutorial shows you how easy nesting repeaters to save time. Features example code and full explaination.
Platform(s): Date: Feb, 03 2006
DETAIL
Hits: 2618

Counting Records in SQL Script

Rating 3.5 3.5
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.
Platform(s): Date: Sep, 06 2006
DETAIL
Amount: 137
Displaying: 1 - 10
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 >>