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

Convert to Comma-Delimited File

Rating 5.0 5.0
This page demonstrates the capabilities how to write an ASCII comma-delimited file from a SQL statement using ASP.
Platform(s): n/a Date: Aug, 27 2003
DETAIL
Hits: 930

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

Access Connection DSN-Less Code

Rating 0.0 0.0
So you need a DSN-Less connection but your not quite sure what to do. Well we can do this for you. A quick and easy way to make a connection without a DSN. This will work for your MS Access database only. Now includes SQL Server.
Platform(s): n/a Date: Apr, 15 2002
DETAIL
Hits: 907

Search Database

Rating 0.0 0.0
This example / tutorial explains how to use the LIKE operator to perform a partial match on an Access database.
Platform(s): n/a Date: Dec, 08 2000
DETAIL
Hits: 898

Uploading and inserting files (binary data) to the database

Rating 4.5 4.5
Step-by-step tutorial on how to upload files (images, text, other documents, etc) using plain ASP pages to the database. Every step has been explained in detail. Downloadable source code available.
Platform(s): n/a Date: Jun, 17 2002
DETAIL
Hits: 867

Search db by Field

Rating 0.0 0.0
Providing search capabilities to a db enables users to query on whichever element you target them to. However allowing users to target which portion of the db they would like to query gives extra value. In this example, utilizing our db of US States (state, statename, and capital) the user can search in any of three fields (by dropdown menu input) rather than the application targeting one specific table element. Note: The db only has 50 observations in it, so it is better to search on single or double letter combinations.
Platform(s): n/a Date: Jun, 26 2000
DETAIL
Hits: 865

ASP Access Database Tutorials

Rating 0.0 0.0
This is a group of 3 tutorials that guide you through the process of using an MS Access Database in ASP. The tutorials teach you how to connect to a database, add data to the database, update the database, and delete from the database. The 3 tutorials togather allow you to build a simple Guestbook for your web site.
Platform(s): n/a Date: Sep, 03 2001
DETAIL
Hits: 863

Access and SQL Server DSN-LESS connections

Rating 0.0 0.0
There are a few different ways to connect to an Access database using a DSN-LESS connection. You can use the Access driver, an OLEDB provider connection, a physical path or a virtual path. Here is an example of each as well as a DSN-LESS SQL Server connection.
Platform(s): n/a Date: Aug, 05 2002
DETAIL
Hits: 851

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