Joy Conner
5th June 2008, 23:00
I am running informix db using level2 drivers. After we migrated to this, I have observed a slight difference to the UID. Today for example, I try to delete a record. I know that references exist and expect the system to NOT delete the record and display a message that the record cannot be deleted. This is how the system used to operate before we migrated to the level2 driver.
With the level2 drivers, the system does not delete the record but also does not display the message.
Using the level 2 driver, is there something different I should be doing in code?
choice.mark.delete:
on.choice:
what?
after.choice:
message("If the record is not deleted, please tell me this!")
With the level2 drivers, the system does not delete the record but also does not display the message.
Using the level 2 driver, is there something different I should be doing in code?
choice.mark.delete:
on.choice:
what?
after.choice:
message("If the record is not deleted, please tell me this!")