Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | ASP | Tutorials & Tips | Database-related

Results 61-80 of 128
SQL Tutorial
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.
(0 ratings)
Reviews0
PriceFree
Views2386
Simple Web-Database System Application
This article will show how to connect an Access database to your Active Server Pages using Microsoft FrontPage. This is a beginning-level article with plenty of screen shots to show how to connect via ODBC, generate a SQL query in Access and construct the Active Server Page.
(0 ratings)
Reviews0
PriceFree
Views2227
Connections, Commands and Procedures
Connections, Commands and Procedures is a sample chapter from Professional Active Server Pages which discuss in depth all the issues related with establishing connection to a database to the carrying out of commands and procedures.
(0 ratings)
Reviews0
PriceFree
Views2721
Editing and Updating Records in the Database
Complete tutorial on editing and updating records in the database. Each and every step explained in detail for ASP beginners. Both Connection and Recordset Objects discussed.
(0 ratings)
Reviews0
PriceFree
Views7064
ADO, SQL, and data access tutorial
This is an introductory tutorial on ASP data access. It covers Connection Object, Command Object, and Recordset Object.
(0 ratings)
Reviews0
PriceFree
Views7553
Connecting To A Database and Retrieving Results in 9 Easy Steps
Now everybody can connect to a database. Simple database access is a huge feature of ASP and one of the most widely used by developers but when you are first learning, it�s hard to separate the database stuff from the rest of the code so I made this example. I even removed the includes and everything.
(0 ratings)
Reviews0
PriceFree
Views7717
Presentation Of Hierarchical Data
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.
(0 ratings)
Reviews0
PriceFree
Views2571
How to create a System DSN for Access database
You can connect to an Access database within an ASP page with different methods. This article will help you to create a System Data Source Name (DSN) for an Access database on your local machine.
(0 ratings)
Reviews0
PriceFree
Views2215
Get Your Data Faster with a Data Cache
Storing frequently used lookup data in a database is a great idea (e.g. order status codes, state names, etc.) that saves tremendous amounts of time in design and maintenance. However, retrieving that data from the database every time it is needed is very inefficient. This article describes how to use Application variables to cache frequently used lookup data in memory to achieve lightning fast access times.
(0 ratings)
Reviews0
PriceFree
Views1409
Using ASP pages to page through Recordset
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.
(0 ratings)
Reviews0
PriceFree
Views3512
Filtering and Sorting of Records in a Database
Learn how to search and sort the records through the database. Step by step tutorial with Sample code and database available for download. Online demo also available.
(0 ratings)
Reviews0
PriceFree
Views4253
Convert to Comma-Delimited File
This page demonstrates the capabilities how to write an ASCII comma-delimited file from a SQL statement using ASP.
(0 ratings)
Reviews0
PriceFree
Views3141
Multiple Form Selection
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.
(0 ratings)
Reviews0
PriceFree
Views3603
ASP-Database Transactions
This is an article on executing all or none database queries using ASP-Database transactions. Must read for ASP-Database developers. Sample Database and Code available for download.
(0 ratings)
Reviews0
PriceFree
Views2903
Creating a Simple SQL-Driven Web Site
This hands-on tutorial explains how to develop a simple SQL-driven web site in just minutes. Topics include: Our Database Design, Creating a Data Source, Inserting A Tip Into Our Database, Displaying and Deleting Tips, Searching the Database, and Displaying the Tips.
(0 ratings)
Reviews0
PriceFree
Views3095
Limit query results with the Recordset object
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.
(0 ratings)
Reviews0
PriceFree
Views2060
Paging Records With GetRows
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!
(0 ratings)
Reviews0
PriceFree
Views4099
Multiple Form Selection (Where In)
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.
(0 ratings)
Reviews0
PriceFree
Views3446
ASP Data Access for Beginners
The driving force behind Active Server technologies is data access. In order to develop a truly dynamic web site developers need to allow users to access data on demand. Luckily, with Microsoft's Active Server Pages, this is exceedingly easy to do. This article for ASP beginners details how to connect to a SQL Server 7.0 database using ActiveX Data Object (ADO) and Open Database Connectivity (ODBC).
(0 ratings)
Reviews0
PriceFree
Views4095
Search Database
This example / tutorial explains how to use the LIKE operator to perform a partial match on an Access database.
(0 ratings)
Reviews0
PriceFree
Views2550
Results 61-80 of 128