jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

Database Paged Search

Rating 0.0 0.0
This is a sample code that combines a Database Paging and a Database Search script into one. It shows you how to perform a wilcard search on a database table and then page through the results.
Platform(s): n/a Date: Apr, 25 2001
DETAIL
Hits: 495

Database Search Sample Code

Rating 0.0 0.0
Here is a quick sample of searching a DB for certain records. It's really no different then doing any other query except that you need to use wildcards. In ASP / ADO the wildcard character is %. It works the way most of us have come to expect * to work. Why is it %? I have no idea, but it is. An Access 97 version of the database is available for download.
Platform(s): n/a Date: Feb, 20 2001
DETAIL
Hits: 259

Database Tutorial

Rating 0.0 0.0
This 4-page tutorial shows all the basics of using Active Server Pages and VBScript to work with databases. It covers Connecting to the Database, Working With Recordsets, and more.
Platform(s): n/a Date: Nov, 30 2000
DETAIL
Hits: 337

Delete records with sql statements

Rating 0.0 0.0
Learn how to delete records with an SQL instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection.
Platform(s): n/a Date: Aug, 05 2002
DETAIL
Hits: 292

Display Image From Database

Rating 0.0 0.0
It is possible to store images in a database using a number of third party tools or a custom built component. Once you have the images stored in your database, however, displaying them requires the use of a simple ASP page. This tutorial explains how to retrieve images from a database table and use them in an HTML page.
Platform(s): n/a Date: Jan, 11 2001
DETAIL
Hits: 620

Display Table on Web Page

Rating 0.0 0.0
This page demonstrates the capabilities how to display a table from a SQL statement. It illustrates not only how to display the table, but also how to detect that no records were returned from a query, and how to detect null and blank values in the data.
Platform(s): n/a Date: Oct, 02 2000
DETAIL
Hits: 704

Display Table Script Writer

Rating 3.0 3.0
This is a Web-based script writer that generates an ASP code for displaying an Access or SQL Server database using user-submitted variable names and the name of the table. Copy the output code into an asp document on your web server and your db is ready to be displayed on the web. The DSN connection requires that you register the DSN for the db prior to executing the code.
Platform(s): n/a Date: May, 21 2001
DETAIL
Hits: 540

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

Displaying Images (binary data) from the Database via ASP

Rating 0.0 0.0
This is an article about displaying binary data (images) from an Access database. Online demo and sample code available for download.
Platform(s): n/a Date: Apr, 03 2001
DETAIL
Hits: 679

DSN-less MS Access connection

Rating 0.0 0.0
In order to connect to an Acees database with ASP through ODBC using a DSN file, you'll need to have full access to the server to create the DSN file, something that can be difficult if your site is hosted somewhere. This lesson will teach you an alternative connecton method, a DSN-less connection. As tests has shown, an DSN-less connection to Access gives you better performance. You can have up to 20-30 simultaneous users on the db without problems.
Platform(s): n/a Date: Mar, 12 2000
DETAIL
Amount: 137
Displaying: 41 - 50
Pages: << 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 >>