I have an update trigger for a table and a VB command procedure which calls an update sql proc for editing of table fields.
I am receiving an error message when updating fields noting that database is not available. However, if I delete the update trigger, and then populate the update command the update will occur, although I still receive the same message, 'unable to open database'. I am not sure of what would cause this problem and requesting your input. Thank you!
I am receiving an error message when updating fields noting that database is not available. However, if I delete the update trigger, and then populate the update command the update will occur, although I still receive the same message, 'unable to open database'. I am not sure of what would cause this problem and requesting your input. Thank you!