I am revisiting DatabaseEvents after not using it for a while and seem stuck at a pretty basic place which used to work. Anyone have an insights? Has something changed?
tell application "Database Events"
set refDatabase to make new database with properties {name:"Test"}
tell refDatabase
make new record
-- error "Database Events got an error: AppleEvent handler failed." number -10000
end tell
end tell