| Anonymous | Login | Signup for a new account | 2010-09-10 21:42 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0002164 | [Database Workbench] General | minor | always | 2010-07-19 14:13 | 2010-08-26 11:00 | ||
| Reporter | doychin | View Status | public | ||||
| Assigned To | martijntonies | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | Product Version | 4.0.2 | ||||
| Summary | 0002164: Access violation when deleting focused row on single row resultset | ||||||
| Description |
When I try to delete a records from result grid that was selected by the following query results in AV. select CASH_ROW_PROMO.* from CASH_ROW_PROMO join SRV_CONTRACTROW on ((CASH_ROW_PROMO.ROWFKID = SRV_CONTRACTROW.ID) AND CASH_ROW_PROMO.ROWFKEXP = SRV_CONTRACTROW.EXPIRING) join CRM_CONTRACT on ((SRV_CONTRACTROW.CONTRACTFKID = CRM_CONTRACT.ID) AND SRV_CONTRACTROW.CONTRACTFKEXP = CRM_CONTRACT.EXPIRING) where CRM_CONTRACT.CONTRACTNO = '4002000624' |
||||||
| Additional Information |
In my case if this query produces 1 record and I select it in the grid and then try to delete it using delete button I get Access violation at address 00521E0D in module 'DBW4.exe'. Read of address 00000000 If I have 2 records and I try to delete second record it works. |
||||||
| Tags | No tags attached. | ||||||
| DBMS and Version | Firebird 2.1.2 | ||||||
| Attached Files | |||||||
|
|
|||||||
| There are no notes attached to this issue. |
| Mantis 1.1.8[^] Copyright © 2000 - 2009 Mantis Group |