by SBS Development - Product Type: Component / ActiveX DLL / DLL
Execute SQL queries on ADO Recordsets as if they existed as Tables in a Database. Query-A-Recordset lets you perform SQL Joins between Recordsets or Group and Aggregate fields in a Recordset. You can perform full SQL queries on any ADO Recordsets and return the results to your application. No more complex filter and find routines. No more expensive round trips to the Server to obtain a subset of data that already exists.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 171.84 | 1 Developer License | Download (6.7 MB) | |
| Add to Cart | $ 104.64 | 1 Developer Upgrade License from previous version | Verify | Download (6.7 MB) |
| Add to Cart | $ 575.04 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) | Download (6.7 MB) | |
| Add to Cart | $ 411.60 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) - Upgrade from 1 Developer License | Verify | Download (6.7 MB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed above including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.
What's New for Version 2.0x?
Using the Query-A-Recordset dll component couldn't 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 Access 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. That's all there is to it.
When would you use the Component?
1. Filtering Data (Subsets of data)
Use the component to obtain a subset of the original data in an ADO Recordset.
Possible scenarios
You have already created an ADO Recordset containing the data required by your application and the initial population of the Recordset takes a considerable amount of time. Therefore you wish to utilize this data source in your application to avoid further round trips to the Database Server.
The original ADO Recordset contains a subset of data from the Database that you wish to filter further in an application based on user selections or application requirements. The applications filtering functionality is such that conventional Database querying techniques would be extremely difficult to manage. i.e. the need for complex nested queries.
Advantages
2. Data Aggregation
Use the component to obtain an aggregated result of data that already exists in an ADO Recordset.
Advantages
3. Joining Data
Possible scenarios
4. Application with no Database
Use the component to provide SQL querying capabilities to an application without a Database
Possible scenario
Simple client application that doesn't warrant a complicated Database i.e. (uses a saved ADO Recordset as a data store), however the application still has a requirement to provide the user /developer with querying capabilities that are beyond the functionality offered by the ADO Recordset i.e. Sort, Filter and Find.
Advantages
5. Application derived data
Use the component in an application that uses application derived data or a mixture of database and application derived data that requires querying capabilities to aid in the construction of ADO Recordsets consumed by the application.
Advantages