Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  54
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Friday, May 09, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

Trusted by over 7 million customers!
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Database > Recordset
Search
DevASP

What's New
What's Hot

Truncating Records from a database       
Total Hits: 369  |  Today: 0 Author: David Morgan       Rating:  
Read Reviews | Write Review |              Your Rating: 

This function provides you with ability to input the max number of character’s of a records from a database before truncation. And the ability to input the text you would like to be placed after the truncated text....

Using ASP pages to page through Recordsets       
Total Hits: 2418  |  Today: 0 Author: Faisal Khan       Rating:  
Read Reviews | Write Review |              Your Rating: 

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....

Cursor & LockType Performance Issues       
Total Hits: 848  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article discusses the performance differences between ADO’s various types of cursors and locktypes and shows you the importance of using the correct cursor and locktype....

A Generic GetRows VBScript Class       
Total Hits: 569  |  Today: 0 Author: Evagoras Charalambous       Rating:  
Read Reviews | Write Review |              Your Rating: 

I showed how to create a class which returns your recordset as an array using the GetRows function. In this article, I will expand on the class, adding two more functions......

Display data on a web page using arrays       
Total Hits: 975  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This FAQ describes the process of displaying data on a Web page through arrays instead of the traditional Recordset method. The way we've all likely used to display arrays involves opening a Recordset object and then using a Do While Not objRS.EOF ... Loop......

Named Recordsets       
Total Hits: 702  |  Today: 0 Author: James Shaw       Rating:  
Read Reviews | Write Review |              Your Rating: 

All I had to do is create an object, and use "expando properties" to fill it with recordsets. The function DBGetNamedRecords takes the name of the recordset and the SQL to fill it....

GetRows! ... Don't retrieve data any other way!       
Total Hits: 562  |  Today: 0 Author: Charles Carroll       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article covers the topic of GetRows including several coding examples....

Write out records with GetRows Method       
Total Hits: 1046  |  Today: 0 Author: John F.       Rating:  
Read Reviews | Write Review |              Your Rating: 

This tutorial shows how to use the GetRows Method of the ADO Recordset object to return and write out records. This method is a lot faster and easier than using . Movenext method. There are many benefits to using the technique and its very easy to use....

Efficient way to Get an ADO RecordSet       
Total Hits: 905  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this Example you have a DIS-CONNECTED RecordSet. You can then Add, Update, Delete or do whatever you please because the RecordSet is not Closed, it just does not have a connection. When you want to update the Database you merely restore the connection....

Add records to a custom Record Set       
Total Hits: 350  |  Today: 0 Author: Gabriel Garcia       Rating:  
Read Reviews | Write Review |              Your Rating: 

The purpose of this code is to read a text file and put it into a record set. The code does not depend on DNS and programmer has full control of record set properties....

Functions to Open a Database Connection and Record Set       
Total Hits: 1416  |  Today: 0 Author: Nannette Thacker       Rating:  
Read Reviews | Write Review |              Your Rating: 

Don't hard code your data connections every time you need them! Use these functions to open and close a Database Connection and Record Set....

Easy ADO RecordSet Paging       
Total Hits: 1005  |  Today: 1 Author: Brett Burridge       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates the use of ADO Recordset paging. Paging is invaluable for splitting up the results of database queries into manageable screens of data....

Download recordset as a CSV (DBF, MDB) file       
Total Hits: 1969  |  Today: 0 Author: Antonin Foller       Rating:  
Read Reviews | Write Review |              Your Rating: 

You can use GetString method of recordset object to convert recordset (SQL query) to csv file......

xml to recordset       
Total Hits: 3058  |  Today: 0 Author: Serkan Polat       Rating:  
Read Reviews | Write Review |              Your Rating: 

you have an xml document and maybe want to convert it to a recordset, but how? this article shows how you can do it....

Converting a Recordset & XML To and From the File System       
Total Hits: 1687  |  Today: 0 Author: Robert Chartier       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a very simple introduction to the .SAVE and .OPEN Methods of the Recordset object of ADO. These are two functions that will convert an ADO Recordset object into an XML document, and SAVE it to the File System and convert that same XML document and OPEN it back into a Recordset Object....

ADO - Read and Write to Databases from VB using XML via ASP/HTTP       
Total Hits: 982  |  Today: 0 Author: John Pragnell       Rating:  
Read Reviews | Write Review |              Your Rating: 

Shows how to get recordset data into a VB (or other) application from remote databases on the web, edit it, and put back the changes - all from simple ASP pages on the server via HTTP using ADO + XML - 1 line of code in VB to retrieve, 3 to return (+ not more than 25 lines of ASP on the server) for the simplest case....

3 Across-Display your recordsets       
Total Hits: 403  |  Today: 0 Author: LINE9       Rating:  
Read Reviews | Write Review |              Your Rating: 

Display your recordsets sideways! Instead of displaying recordsets on your page one, then a line break, then another one, etc, why not display your records in a fashion that will more effectively use your available screen space? Horizontally!...

The Recordset Object       
Total Hits: 933  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

For retrieving and manipulating data, ADO provides the Recordset object. As its name implies, the Recordset object is used to contain a set of database records, which can be the entire set of records from a table, or the results of a specified query command....

HOWTO: Retrieve XML Data in ASP with the XML OLE-DB Simple Provider       
Total Hits: 1288  |  Today: 0 Author: microsoft.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article includes step-by-step instructions to set up an ASP client that demonstrates the use of the OLEDB Simple Provider for XML to access hierarchical XML data....

How do populate a dropdown list from a database ?        
Total Hits: 1303  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

To populate a dropdown list from a database table, first open a recordset and read from it one record at a time and dynamically write a html dropdown list....


1  2  3  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com