P
Phil Smith
OCDB connection to a MYSQL database, the username and pasword I am using
has full access, read and write. Where should I start looking to solve
this problem?
DELETE item_prebook_link.*, item_prebook_link.item_id,
item_prebook_link.prebook_id, item.active
FROM item_prebook_link, item
WHERE (((item_prebook_link.item_id)=[item]![item_id]) AND
((item_prebook_link.prebook_id)=131) AND ((item.active)="M"));
has full access, read and write. Where should I start looking to solve
this problem?
DELETE item_prebook_link.*, item_prebook_link.item_id,
item_prebook_link.prebook_id, item.active
FROM item_prebook_link, item
WHERE (((item_prebook_link.item_id)=[item]![item_id]) AND
((item_prebook_link.prebook_id)=131) AND ((item.active)="M"));