Als «applescript» getaggte Fragen

0
AppleScript-Datenbankereignisse, SQL-Abfrage

Ich entdecke Datenbankereignisse und habe ein Skript zum täglichen Speichern von Daten erstellt: tell application "Database Events" tell database "Stats" set theRecord to make new record with properties {name:mySimpleDate} tell theRecord make new field with properties {name:"Accounts",...