Jump to content
Server Maintenance This Week. ×

Using AppleScript to build a database from scratch


This topic is 6107 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Forgive me if this has been talked about before.

When I'm creating a new database I often face a lot of work just adding tables and fields by hand. I often find that each table has 2-3 of the same fields (title, primary key), same naming convention, same options (especially auto-entry of serial numbers) ... you get the picture. A lot of tedious work that seems ripe for automation.

I'd like to be able to make a list of table names and have AppleScript build the database off that list, and automatically stock each table with fields that follow the naming convention and are set to the correct options.

Has anyone seen a solution like this?

Link to comment
Share on other sites

It wont take you long when you inspect the directory in you favorite applescript-editor haul in on behalf of filemaker to recognize that creation of fields or tables isn't an option.

But you can instead use this:

http://www.cnsplug-ins.com/products.htm?product=mmquery

...and let a native scriptmaker build the required basic's.

--sd

Link to comment
Share on other sites

This topic is 6107 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.