jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

DeEnFrSp
Amount: 137
Displaying: 21 - 30
Pages: << 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 >>
Sort Listings By:
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: 1594

Executing Transact-SQL UPDATE statement

Rating 0.0 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
DETAIL
Hits: 1553

Executing Transact-SQL INSERT statement

Rating 4.0 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
DETAIL
Hits: 1739

Custom Paging in ASP

Rating 4.0 4.0
This source code displays results dividing to pages. Code provides Next Previous page links with numeric page numbers. You may modify source code to use with MS SQL or MS Access database. For this example, we have used MS SQL Server using sample database Northwind.
Platform(s): n/a Date: Nov, 12 2003
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: 782

ASP and DBF database file connection

Rating 0.0 0.0
Create a connection to DBF files using JetOLEDB provider (DSN-less, ODBC-less connection), basic work with DBF files (select, insert, update), other ISAM formats + FOXPRO option, real sample code, create a new DBF file.
Platform(s): n/a Date: Jun, 18 2003
DETAIL
Hits: 578

Dynamic, database backed dropdown lists

Rating 0.0 0.0
How to build a dynamic dropdown list with ASP and database data. Then, how to use ADO and recordset filtering to produce a structured list.
Platform(s): n/a Date: Aug, 27 2003
DETAIL
Hits: 252

Dynamic Form and Database Driven Marquee

Rating 0.0 0.0
Basically, I had the problem of needing a marquee to scroll important updates but everyone who needed to update it was not HTML savvy. So I made it form based. And the coolest part about it is, you can control the background color, and the text color. That is good when you want different color combinations to have communicate different things. Like, black background and red text could mean urgent and blue background* and yellow text could be Happy Birthday!
Platform(s): n/a Date: Jan, 06 2003
DETAIL
Hits: 337

Get the ID of the record entered

Rating 0.0 0.0
How do I get the Unique ID or Auto ID of the record I just entered? The solution is really quite simple.
Platform(s): n/a Date: Dec, 10 2002
DETAIL
Amount: 137
Displaying: 21 - 30
Pages: << 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 >>