Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Hi there, first post from a n00b in filemaker, hope the question isn't too dumb...

 

I'm a dba in mssql and oracle but as said new in filemaker. I'm wondering if it's possible to generate filemaker tables using a script à la http://msdn.microsoft.com/en-us/library/ms174979.aspx

 

I would feel much more comfortable porting my solutions from development to test and later production by recreating the database/solution using a script.

 

 

 

But, perhaps my old ways made me blind; if this is a stupid idea can someone explain to me what would be the filemaker way of doing this?

 

 

Thanks in advance for your time,

 

Regards,

 

Bert

FM xDBC supports CREATE TABLE and ALTER TABLE, but it is not going to be a good approach for moving your solution between dev, test and production.  FileMaker Scripts and layouts use the underlying table and field IDs as internal references.  Those will break if you drop tables and add them externally.

You also don't have the full range of field options available to create through SQL.

 

A couple of options:

- if the data model is stable you can use the data separation model and just replace the UI/logic file

- or you import the production copy data into a clone of the development system

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.