par SBS Development - Type de produit : Composant / ActiveX DLL / DLL
Veuillez noter que les informations sur les produits ne sont pas disponibles en français.
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.
Nos prix standard sont montrés ci-dessous. Veuillez vous connecter pour voir vos prix.
| Ajouter au Caddie | $ 171.84 | 1 Developer License | Téléchargement (6.7 Mo) | |
| Ajouter au Caddie | $ 104.64 | 1 Developer Upgrade License from previous version | Vérifier | Téléchargement (6.7 Mo) |
| Ajouter au Caddie | $ 575.04 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) | Téléchargement (6.7 Mo) | |
| Ajouter au Caddie | $ 411.60 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) - Upgrade from 1 Developer License | Vérifier | Téléchargement (6.7 Mo) |
Nos prix comprennent le support technique ComponentSource et, pour la majorité des produits téléchargeables, une sauvegarde en ligne ainsi qu'une mise à niveau GRATUITE si la nouvelle version est parue pendant les 30 jours consécutifs à votre achat. Toutes les ventes sont sujettes à nos Termes et Conditions standard à notre Politique de renvoi. Veuillez nous contacter si vous avez besoin d'une option de licence (licence de volume et versions précédentes) qui ne figure pas sur la liste ci-dessus.
Nos prix standard sont montrés ci-dessus. Veuillez vous connecter pour voir vos prix.
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