jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

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: 1377

Counting Records In A Database Table

Rating 4.0 4.0
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 first value of resultset.
Platform(s): n/a Date: Dec, 18 2003
DETAIL
Hits: 1333

Executing Transact-SQL DELETE statement

Rating 2.5 2.5
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
DETAIL
Hits: 1299

Using GetRows To Get All Records From Table

Rating 3.0 3.0
Following example, extracts all of the records in a database table and stores into a 2-dimensional array. This gives you an advantages to modify and work on data.
Platform(s): n/a Date: Apr, 10 2004
DETAIL
Hits: 1252

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: 1072

Compacting an Access database from ASP code

Rating 5.0 5.0
This source code can compact and repair your MS-Access database files. If you compact your access files regularly, it will work more faster and secure. Also you will save some hard disk space.
Platform(s): n/a Date: Jan, 25 2004
DETAIL
Hits: 1057

Search a Database

Rating 0.0 0.0
Learn how to search a database with keywords.
Platform(s): Windows Date: Apr, 20 2005
DETAIL
Hits: 1027

ASP Speed Tricks

Rating 5.0 5.0
This article describes practical methods of optimizing the performance of ASP pages which retrieve and display tabular data from a database. Test results of each coding technique show the potential for dramatic speedups of dynamic web pages.
Platform(s): Windows Date: Oct, 20 2006
DETAIL
Hits: 984

Faster Singleton Queries with ADO

Rating 0.0 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.
Platform(s): Windows Date: Oct, 20 2006
DETAIL
Hits: 961

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
Amount: 137
Displaying: 11 - 20
Pages: << 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 >>