jCay.com

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

Incorporating SQL Server 7.0/2000 Databases into your ASP Pages

Rating 0.0 0.0
This is a comprehensive tutorial on how to incorporate SQL server 7.0/2000 databases into your ASP pages. Topics include: Installation steps, Creating SQL Server 7.0/2000 Databases, Creating SQL Server 7.0/2000 Tables, Creating SQL Server 7.0/2000 Logins, Setting SQL Server 7.0/2000 Permissions, Increasing SQL Server 7.0/2000 Performance with Indexes, and Distributed SQL Server 7.0/2000 Transactions & Queries.
Platform(s): n/a Date: Jan, 08 2001
DETAIL
Hits: 15

Insert Using SQL

Rating 0.0 0.0
This short tutorial demonstrates how to insert data into a SQL database using SQL statements.
Platform(s): n/a Date: Oct, 13 2000
DETAIL
Hits: 10

Integrating User Search with ASP and SQL Server Full-Text Search

Rating 0.0 0.0
This article provides sample source code for a user query parser which allows users to submit full-text search queries from ASP to SQL Server 2000. Full source code available for download.
Platform(s): n/a Date: Apr, 24 2001
DETAIL
Hits: 15

Interrogating a Stored Procedure with ADO

Rating 0.0 0.0
This article describes how to use the refresh method of the ADO Parameters collection to interrogate a stored procedure. It shows how to create the code in an automated fashion for use in VBScript connecting to MS SQL Server 7.
Platform(s): n/a Date: Jul, 19 2001
DETAIL
Hits: 9

Introduction & Data Access

Rating 0.0 0.0
In this first article of the ASPHoleTools series, you will be shown the basics for data access. Covers how to create the basic include file for database access, and testing that data access was installed properly on your machine.
Platform(s): n/a Date: Dec, 21 2000
DETAIL
Hits: 8

Limit query results with the Recordset object

Rating 0.0 0.0
Have this short program around so that you can quickly see what columns and what data are in your database. Here you will see some of the common methods and properties used to limit the results from your SQL query. Using a simple form that takes a table name and a submit button, and you can easily display increments of the table data. Full source code available.
Platform(s): n/a Date: Sep, 11 2000
DETAIL
Hits: 14

Loading Text Files Into A Database

Rating 0.0 0.0
This short tutorial explains how to to upload a text file and load it into your database using ASP. It uses a sample of the space-delimited file for an example.
Platform(s): n/a Date: Jul, 11 2000
DETAIL
Hits: 16

Making the Switch from ODBC to OLE DB

Rating 0.0 0.0
ODBC is great and all but for speed and reliability you should switch to OLE DB to power your database driven apps. This tutorial will show you how to do it two ways: in the global.asa and in any ASP page.
Platform(s): n/a Date: Feb, 13 2000
DETAIL
Hits: 34

Multiple Form Selection

Rating 4.0 4.0
Allowing multiple choices of data elements enables people to customize views of your data and adds value to your applications. In this sample code, user inputted choice(s) are added to the basic sql statement to draw them from the db. Since the input from the dropdown menu comes through comma delimited it is simply written into the statement without modification. Two simple for next loops determine which elements are part of the record set and displays them accordingly.
Platform(s): n/a Date: Aug, 06 2000
DETAIL
Hits: 30

Multiple Form Selection (Where In)

Rating 3.0 3.0
Allowing multiple choices of data observations enables people to customize views of your data and adds value to your applications. This example utilizes our db on the career statistics of Hammerin’ Hank Greenberg. The years he played are available to select from in a dropdown menu. When multiple years are selected they are passed comma delimited. Utilizing the where in statement in our sql the comma delimited selections are appended to our sql statement to display only those years selected.
Platform(s): n/a Date: Oct, 04 2000
DETAIL
Amount: 137
Displaying: 41 - 50
Pages: << 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 >>