Error: Database error opening cursor for select a.audio_id, a.audio_name, a.audio_type, a.description from audio a, category_audio ca, category c where a.audio_id = ca.audio_id and c.category_id = ca.category_id and c.category_name = 'Congas' Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
|
select distinct p.product_id, p.product_name, p.description, p.primary_image, cp.display_order from product p, category c, category_product cp where cp.product_id = p.product_id and cp.category_id = c.category_id and c.category_name = 'Congas' order by cp.display_order
Database error opening cursor for select distinct p.product_id, p.product_name, p.description, p.primary_image, cp.display_order from product p, category c, category_product cp where cp.product_id = p.product_id and cp.category_id = c.category_id and c.category_name = 'Congas' order by cp.display_order
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.