I can’t seem to get off first base with this. I’ve created a new MacSQL ‘document’ that has all the correct connection information in which works when I click on it (i.e it opens up the connection to the database) but doesn’t work when I try to open it within the following script:
tell application “MacSQL3”
open “/Users/lloydsturdy/Desktop/newsql”
end tell
I get an error message saying ‘newsql’ (which is the MacSQL connection ‘document’ I created) is either corrupted or is not a MacSQL3 document.
I’ve searched and searched on the web for an answer to this but can’t find anything. Anyone any ideas on where I’m going wrong? Thanks