Mantis Bugtracker

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

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2010-07-19 14:13 doychin New Issue
2010-07-19 14:13 doychin DBMS and Version => Firebird 2.1.2
2010-07-19 14:21 martijntonies Summary Access violation at address 00521E0D in module 'DBW4.exe'. Read of address 00000000 => Access violation when deleting row on single row resultset
2010-07-19 14:21 martijntonies Status new => confirmed
2010-08-26 10:54 martijntonies Assigned To => martijntonies
2010-08-26 10:54 martijntonies Status confirmed => assigned
2010-08-26 10:59 martijntonies Summary Access violation when deleting row on single row resultset => Access violation when deleting focused row on single row resultset
2010-08-26 11:00 martijntonies Status assigned => resolved
2010-08-26 11:00 martijntonies Fixed in Version => 4.1.0
2010-08-26 11:00 martijntonies Resolution open => fixed


Mantis 1.1.8[^]
Copyright © 2000 - 2009 Mantis Group
Powered by Mantis Bugtracker