Is there any value in returning a value (pun intended)
from STORE? E.g.:
sub STORE {
...
return 1;For dbd_db_STORE_attrib(), DBI::DBD states: The return value is TRUE if you have handled the attribute or FALSE otherwise. Does the same rule apply to STORE()? If so, where is the returned value used? Steffen
