WareSeeker Search Software

recordset


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

DBIx::Recordset 0.26


linux Programming->Libraries Free
View Detail
Download DBIx::Recordset 0.26Download DBIx::Recordset 0.26
0.092 MB
DBIx::Recordset is a Perl extension for DBI recordsets.

SYNOPSIS

use DBIx::Recordset;

# Setup a new object and select some recods...
*set = DBIx::Recordset -> Search ({!DataSource => dbi:Oracle:....,
!Table => users,
$where => name = ? and age > ?,
$values => [richter, 25] }) ;

# Get the values of field foo ...
print "First Records value of foo is $set[0]{foo}n" ;
print "Second Records value of foo is $set[1]{foo}n" ;
# Get the value of the field age of the current record ...
print "Age is $set{age}n" ;

# Do another select with the already created object...
$set -> Search ({name => bar}) ;

# Show the result...
print "All users with name bar:n" ;
while ($rec = $set -> Next)
{
print $rec -> {age} ;
}

# Setup another object and insert a new record
*set2 = DBIx::Recordset -> Insert ({!DataSource => dbi:Oracle:....,
!Table => users,
name => foo,
age => 25 }) ;


# Update this record (change age from 25 to 99)...
$set -> Update ({age => 99}, {name => foo}) ;

DBIx::Recordset is a perl module for abstraction and simplification of database access.

The goal is to make standard database access (select/insert/update/delete) easier to handle and independend of the underlying DBMS. Special attention is made on web applications to make it possible to handle the state-less access and to process the posted data of formfields, but DBIx::Recordset is not limited to web applications.

DBIx::Recordset uses the DBI API to access the database, so it should work with every database for which a DBD driver is available (see also DBIx::Compat).
Most public functions take a hash reference as parameter, which makes it simple to supply various different arguments to the same function. The parameter hash can also be taken from a hash containing posted formfields like those available with CGI.pm, mod_perl, HTML::Embperl and others.
Before using a recordset it is necessary to setup an object. Of course the setup step can be made with the same function call as the first database access, but it can also be handled separately.

Most functions which set up an object return a typglob. A typglob in Perl is an object which holds pointers to all datatypes with the same name. Therefore a typglob must always have a name and cant be declared with my. You can only use it as global variable or declare it with local. The trick for using a typglob is that setup functions can return a reference to an object, an array and a hash at the same time.

The object is used to access the objects methods, the array is used to access the records currently selected in the recordset and the hash is used to access the current record.

If you dont like the idea of using typglobs you can also set up the object, array and hash separately, or just set the ones you need.


Tags:
2

Recordset Convertor 1.0


windows Web Development->Scripting Tools $30.00
View Detail
Download Recordset Convertor 1.0Download Recordset Convertor 1.0
1,100K
Object for converting DAO or ADO recordset to the DBFfile. Allows direct output of DBF files from the ASP page. Customize Currency, Double and Single fields.

Tags:
3

Randomizing a Recordset


script ASP Free
View Detail
Download Randomizing a RecordsetDownload Randomizing a Recordset
This article describes several ways to use a SQL calculated field and the ORDER BY clause to arrange a recordset in random order. It provides a simple tool for verifying that the results are uniformly random. Also shows a technique for bubbling records with certain attributes to the top of an otherwise randomized list.
Tags:
4

DBIx::Recordset::Playground 1.12


linux Programming->Libraries Free
View Detail
Download DBIx::Recordset::Playground 1.12Download DBIx::Recordset::Playground 1.12
1.12 MB
DBIx::Recordset::Playground is a Perl module with working sample usages of DBIx::Recordset.

This document serves several purposes. One, it makes it easy to get started with DBIx::Recordset. Two, it serves as a place for those experienced with recordset to examine the code to discover how to make usage of recordset even simpler. Finally, it serves as a place for me to clarify all the areas in the original docs that were a bit confusing to me.

After creating a database using DBSchema::Sample, you will be able to manipulate it using from DBIx::Recordset using the examples here. Let the games begin!


Tags:
5

DC Binding Recordset 1.01


windows Software Development->Visual Basic Tools $199
View Detail
Download DC Binding Recordset 1.01Download DC Binding Recordset 1.01
1.25MB
DC Binding Recordset is easily one of the first applications to let you manipulate data form in any way you want. This software integrates seamlessly into your project and lets you call the form functions whenever you need them - this way, dont need to spend so much time creating about codes. Best of all, you can reuse DC Binding Recordset again and again on all of your programs. DC Binding Recordset works with Visual Basic, Visual C++, and other such COM-based environments. It is another product of Egyfirst Software, Inc., one of the leading software developers in its region. A part of the Dynamic Components (DC) family of software, DC Binding Recordset is yet another must-have if you are programmer serious about making your life easy. DC Binding Recordset lets you effortlessly navigate database records (first, previous, next, and last) on top of adding, editing, saving, or deleting them. In a few clicks, DC Binding Recordset lets you set the links or relationships between and among database tables. DC Binding Recordset also allows you to set up a search functionality - all in a few minutes. The codes are already created for you, so just include them in your project. You do not need to be an advanced programmer in order to install and fully use Binding Recordset. Its setup program automatically registers the DC_DataManger10.dll file on your system. To integrate it into your project, simply select add reference from the project menu. Click the browse button to locate all of these DLL are 1- your DC_BindingRecordset10.DLL 2- AxInterop.MSDataGridLib.dll 3- Interop.MSDataGridLib.dll 4- adodb.dll which all of them by default are located in c:\windows\system32. This application can be yours for just a little less than $200 - a very small price to pay considering all the time you will save from using it.
Tags:
6

DC Binding Recordset 2.00


windows Software Development->Components Libraries Free
View Detail
Download DC Binding Recordset 2.00Download DC Binding Recordset 2.00
1277 kb
DC Binding Recordset is easily one of the first applications to let you manipulate data form in any way you want. This software integrates seamlessly into your project and lets you call the form functions whenever you need them - this way, dont need to spend so much time creating about codes. Best of all, you can reuse DC Binding Recordset again and again on all of your programs. DC Binding Recordset works with Visual Basic, Visual C++, and other such COM-based environments. It is another product of Egyfirst Software, Inc., one of the leading software developers in its region. A part of the Dynamic Components (DC) family of software, DC Binding Recordset is yet another must-have if you are programmer serious about making your life easy. DC Binding Recordset lets you effortlessly navigate database records (first, previous, next, and last) on top of adding, editing, saving, or deleting them. In a few clicks, DC Binding Recordset lets you set the links or relationships between and among database tables. DC Binding Recordset also allows you to set up a search functionality - all in a few minutes. The codes are already created for you, so just include them in your project. You do not need to be an advanced programmer in order to install and fully use Binding Recordset. Its setup program automatically registers the DC_DataManger10.dll file on your system. To integrate it into your project, simply select add reference from the project menu. Click the browse button to locate all of these DLL 1- your DC_BindingRecordset10.DLL 2- AxInterop.MSDataGridLib.dll 3- Interop.MSDataGridLib.dll 4- adodb.dll which all of them by default are located in c:\windows\system32. This application can be yours for just a little less than $200 - a very small price to pay considering all the time you will save from using it.
Tags:
7

DC Binding Recordset 1.0


windows Software Development->Misc Programming Tools $199
View Detail
Download DC Binding Recordset 1.0Download DC Binding Recordset 1.0
1.39 MB
DC Binding Recordset - Few Lines to add in your Form_Load event and you will have full control over your form and all included (TextBox - Lables-Buttons-Grid-Recordset) and all related events (Leave - paint - Keypress - AfterColEdit - OnAddNew - Click - MouseEnter - MouseLeave-MouseDown-Enter).

Here are some key features of "DC Binding Recordset":

· Navigate first ,previous , next and last
· Add new records, edit it, save it, or delete it
· Retrieve related names to your fields code
· Trigger sensitive DataHelp to select from by pressing F1
· Trigger sensitive Help by pressing F12
· Validate your entry by restrict it to predefined type(Numeric-Alphabetic-AlphaNumeric-Date-Decimal) or to your defined characters
· Notify you with red forecolor if your entry is not proper
· Format data by define decimal places for numeric entry , or define letter case for charactes entry
· Change button image according to mouse movement or focus change
· Support MultiLanguage Application , by populate form labels with predefined translation automatically
· Support Eastern Language , we support right to left application by changing alignment to right and orientation by flip form horizontally 180
· Enable you navigate through controls with Return key as with tab key


Limitations:

· 30 days trial

Tags:
8

DC Binding Recordset 2.0


windows Software Development->Misc Programming Tools $79
View Detail
Download DC Binding Recordset 2.0Download DC Binding Recordset 2.0
1.4 MB
DC Binding Recordset description
Enhanced class that handles all aspects required with a data form DC Binding Recordset - Few Lines to add in your Form_Load event and you will have full control over your form and all included (TextBox - Lables-Buttons-Grid-Recordset) and all related events (Leave - paint - Keypress - AfterColEdit - OnAddNew - Click - MouseEnter - MouseLeave-MouseDown-Enter).

Here are some key features of "DC Binding Recordset":

· Navigate first ,previous , next and last
· Add new records, edit it, save it, or delete it
· Retrieve related names to your fields code
· Trigger
sensitive DataHelp to select from by pressing F1
· Trigger sensitive Help by pressing F12
· Validate your entry by restrict it to predefined type(Numeric-Alphabetic-AlphaNumeric-Date-Decimal) or to your defined characters
· Notify you with red forecolor if your entry is not proper
· Format data by define decimal places for numeric entry , or define letter case for charactes entry
· Change button image according to mouse movement or focus change
· Support MultiLanguage Application , by populate form labels with predefined translation automatically
· Support Eastern Language , we support right to left application by changing alignment to right and orientation by flip form horizontally 180
· Enable you navigate through controls with Return key as with tab key


Requirements:

· .NET Framework


Limitations:

· 30 days trial



Tags:
9

Query-A-Recordset 1.1


windows Software Development->Databases and Networks $149
View Detail
Download Query-A-Recordset 1.1Download Query-A-Recordset 1.1
5.66MB
Execute SQL queries on ADO Recordsets as though they existed as Tables in a Database. With the QueryARecordset dll component you can perform full SQL queries on any ADO Recordsets and return the results to your application. No more complex filter and find routines or writing data to temporary tables. No more expensive round trips to the Server to obtain a subset of data that already exists saving on valuable Connection and Server resources.

Using the QueryARecordset dll component couldnt be easier, just add the ADO Recordsets that you wish to query, declare an alias for each Recordset for identification, decide on the Cursor and Lock Types, add your SQL (MS Jet SQL Syntax) and execute the query. Successful execution of the query will return a disconnected ADO Recordset representing the query results that will reflect the Cursor and Lock Types as defined. Thats all there is to it.
Tags:
10

Recordset converter (MDB/DBF export) 1.0


windows Software Development->Databases and Networks Free
View Detail
Download Recordset converter (MDB/DBF export) 1.0Download Recordset converter (MDB/DBF export) 1.0
1.51MB

Brothersoft Editor: RSConvert is a control for converting DAO or ADO recordsets to MDB or DBF files. Lets you export data as a DBF/MDB file directly from ASP page with one row of code.
Recordset converter is a library for converting DAO or ADO recordsets to MDB or DBF files. It enables direct binary output of MDB or DBF files from ASP pages with one row of code. The object also supports on-the-fly compression by zip/arj.
Direct output of binary DBF files from ASP/ASP.Net using Response.BinaryWrite
Simple, one-row source code to export recordset from ASP.
Works with any type of source data columns (integer/numeric, autonumber, character, unicode character, money, float, ...)
Designed to work with ASP (VBScript/Jscript), and any version of VBA (VBA5, VBA6, Word, Excel, MSAccess, ...). Works also with ASP.Net (ASPX, VB.Net, C#)
Any data source for DBF/MDB export - MS SQL database, oracle, MDB files, DBF files, text (csv), ...
Accepts ADODB.Recordset or DAO.Recordset as a data source.
Lets you Compress outgoing files using zip/arj command line (simply add one row of source code)
Lets you Compress outgoing files using zip/arj command line (simply add one row of source code)
VBA6 source code is available with Distribution license, please see License page for Recordset converter.
Tags:
11

Creating a Function to Stream a Recordset to XML


script ASP Free
View Detail
Download Creating a Function to Stream a Recordset to XMLDownload Creating a Function to Stream a Recordset to XML
This article shows how to create an XML document from a Recordset using the Microsoft XMLDOM object. It explains how to create a custom function that will take the contents of a Recordset and return a much friendly-on-the-eyes XML version. Once the ASP page calls this function and has, as a string, the XML structure, it can either save it to disk or write out the contents via Response.Write.
Tags:
12

An Useful Method : RecordSet.Filter


script ASP Free
View Detail
13

Limit query results with the Recordset object


script ASP Free
View Detail
14

Using ASP pages to page through Recordset


script ASP Free
View Detail
15

PageNav


script ASP Free
View Detail
Download PageNavDownload PageNav
Navigate through pages with a nice interface, input values would normally be pulled from database recordset information.
Tags:
16

ADO, SQL, and data access tutorial


script ASP Free
View Detail
Download ADO, SQL, and data access tutorialDownload ADO, SQL, and data access tutorial
This is an introductory tutorial on ASP data access. It covers Connection Object, Command Object, and Recordset Object.
Tags:
17

Using Multiple Recordsets


script ASP Free
View Detail
Download Using Multiple RecordsetsDownload Using Multiple Recordsets
This article explains a solution on how to increase the performance of your ASP pages that rely on gathering data through several different Recordsets. Specially, using a nifty feature of the ADO Recordset object, Multiple Recordsets, you can store multiple SQL query results in one Recordset object, requiring fewer communications with the database.
Tags:
18

Add New Data Access Routines to Your Arsenal


script ASP Free
View Detail
Download Add New Data Access Routines to Your ArsenalDownload Add New Data Access Routines to Your Arsenal
This article presents three modular routines to access and fetch data easier with ASP. Topics include: Fetching a Recordset, An alternative to the GetConnectedRecordSet function that opens a connection, fetches a recordset, and immediately closes the connection, and Utilities for Creating Valid SQL Statements.
Tags:
19

New MDB Component


script ASP->Database Tools Free
View Detail
Download New MDB ComponentDownload New MDB Component
The New MDB component generates a dynamic Access database from an ASP recordset object. It also features: Set maximum set of records, and Other MDB functionalities.
Tags:
20

Dynamic, database backed dropdown lists


script ASP Free
View Detail
Download Dynamic, database backed dropdown listsDownload Dynamic, database backed dropdown lists
How to build a dynamic dropdown list with ASP and database data. Then, how to use ADO and recordset filtering to produce a structured list.
Tags:

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket