jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

Using ASP pages to page through Recordset

Rating 0.0 0.0
In depth article on showing records in a page by page fashion with 'first page','next','back' and 'last page' links at the bottom to navigate through the records. Sample code and database available for download. Online demo also available.
Platform(s): n/a Date: Jul, 10 2000
DETAIL
Hits: 601

Displaying binary data from the database using plain ASP

Rating 4.0 4.0
Step-by-step tutorial on how to display uploaded binary files from the database using plain ASP pages. Every step has been explained in detail. Downloadable source code available.
Platform(s): n/a Date: Jun, 17 2002
DETAIL
Hits: 599

WiredNow.net: SQL Reserved Words

Rating 0.0 0.0
It is an often problem with database intergration when you use a reserved word. Often asked why a script does not work and it quite often comes down the the author setting a field name as a reserved word, confusing SQL and making debugging hard. To solve this problem here is a quick list of the SQL Reserved Words.
Platform(s): n/a Date: Aug, 28 2003
DETAIL
Hits: 597

SQL In Simple English - Part 1

Rating 0.0 0.0
Article describes what is SQL? what it is used for? how to SELECT, INSERT, UPDATE and DELETE records from the database? and more.
Platform(s): n/a Date: Mar, 13 2002
DETAIL
Hits: 593

SQL Tutorial

Rating 0.0 0.0
SQL, Structured Query Language, is the most powerful tool to connect to a database regardless of the form of the database. However, building a perfect SQL statement can be very frustrating. Especially debugging -- the error message simply didn't tell you where the error is. This tutorial provides a nice summary of SQL statements.
Platform(s): n/a Date: Feb, 15 2000
DETAIL
Hits: 592

Database Editing Sample

Rating 0.0 0.0
This is a quick sample code which combines a number of database functions into one script. Includes functions to add, delete, and edit records in a database table. It illustrates a number of useful techniques for database manipulation.
Platform(s): n/a Date: Jun, 12 2001
DETAIL
Hits: 588

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

How to display records from top 4 database systems using plain ASP?

Rating 0.0 0.0
Sometimes, we would have chance to convert our existing database or create a new database. Some decisions IT professionals need to make are scary, and choosing database software is one of them. This overview aims to describe how to set database connections with some common database software (Oracle, MySQL, MS Access,MS SQL Server).
Platform(s): n/a Date: Sep, 01 2003
DETAIL
Hits: 585

Running ASP in Linux and Possible Problems

Rating 0.0 0.0
This writing will discuss several things to do to ensure the application migration carried on in a good way, particularly for ASP Database applications and to overcome possible problems might occurred. Basically, migrating ASP to Linux means you have to convert to database supported by Linux platforms. Currently, Chili!Soft ASP is already supporting MS Access but not all web hosting companies install this feature. They prefer to use more common database in Linux such as MySQL and PostgreSQL. Pay attention to some Chili!Soft specific ADO methods and properties, since there are slight differences with IIS ASP. You might need to convert some codes in your applications to make it run in Chili!Soft ASP.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Feb, 01 2006
DETAIL
Hits: 585

File DSNs - Use and Reuse

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