Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » Getting Started » Result Set Cursor Sensitivity |
Type | Description |
Sensitive | The result set cursor is editable and all inserts, updates, and deletes performed via the cursor are performed directly on the source table. Also, any changes made by any other sessions on the source table are reflected in the cursor, subject to ElevateDB Change Detection. This type of result set cursor is sometimes also referred to as "Dynamic". |
Insensitive | The result set cursor is read-only and cannot be edited.. This type of result set cursor is sometimes also referred to as "Static". |
SELECT CustNo, (SELECT Company FROM Customer WHERE Customer.CustNo=Orders.CustNo) AS Company FROM Orders
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |