jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

Named Recordsets

Rating 0.0 0.0
This article by James Shaw demonstrates how to dynamically add properties to an object (expando properties) - by implementing a function to create named recordsets.
Platform(s): n/a Date: Dec, 16 2000
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
Hits: 312

Null Is Null

Rating 0.0 0.0
A discussion of how to use null values effectively in your database tables. Includes a discussion of the logic behind nulls and some practical programming techniques.
Platform(s): n/a Date: May, 01 2001
DETAIL
Hits: 524

Paging Records With GetRows

Rating 3.5 3.5
You all must have seen and done stuff with the RecordSet object, infact everything is done with the RecordSet object. Now, this acticle explains how to use GetRows to page through the records that you recieve from the SELECT. It's much faster than MoveNext, because it closes the database connection immediately whereas MoveNext loops through the records with the overhead of the database connection. Plus GetRows let's you count the records correctly!
Platform(s): n/a Date: Oct, 04 2003
DETAIL
Hits: 245

Paging: Use ADO, getrows, or a Stored Procedure?

Rating 3.5 3.5
Paging is basically querying a database and presenting a page full of the query's results. In ASP and SQL Server programming, there are three approaches to paging. This article compares the approaches and explains which one is the most efficient when dealing with very large sets of data.
Platform(s): n/a Date: Mar, 08 2001
DETAIL
Hits: 667

Populate dropdowns from your database

Rating 0.0 0.0
Dropdowns or combo boxes are an excellent way to get input from a user. One of the biggest problems with user input is spelling and formatting. Here is how to use and populate dropdowns from a database.
Platform(s): n/a Date: Aug, 05 2002
DETAIL
Hits: 461

Presentation Of Hierarchical Data

Rating 0.0 0.0
Multiple level select boxes tackled with hierarchical data! This sample illustrates the concept using a hierarchy consisting of geographical region, country, and state data. The code expects a system DSN by name "Hierarchy" and accesses the database using the user id "sa" with a blank password. The database is created in SQL Server 7.0.
Platform(s): n/a Date: Jun, 13 2000
DETAIL
Hits: 457

Printing Headers on every page of a report (from a database)

Rating 0.0 0.0
The author writes "Recently I was asked to develop a web based report that would collect data from a database, format it in an HTML page and then print a certain number of rows on each page with a column header on each page. This solution solves the problem." Source code available for download.
Platform(s): n/a Date: Jul, 20 2001
DETAIL
Hits: 298

Professional C# 2nd Edition : Data Access with .NET.

Rating 5.0 5.0
Complete Online Chapter "Data Access with .NET" from Wrox Press book "Professional C# 2nd Edition". Topics covered include "Connecting to the database", "Executing Commands", "Stored Procedures", "The ADO.NET object model" and "Using XML and XML Schemas".
Platform(s): n/a Date: May, 06 2002
DETAIL
Hits: 331

Querying an Access database in ASP

Rating 0.0 0.0
Active Server Pages allow us an easy means of querying and updating a database from a webpage. This article describes the basics of using this technique in a nutshell. The examples given here utilize a Microsoft Access database, but the principles elucidated apply equally well to ASP integration with other databaes.
Platform(s): n/a Date: Jan, 25 2000
DETAIL
Amount: 137
Displaying: 91 - 100
Pages: << 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 >>