Can I get SqlExplorer to indicate table presence?
Posted: Wed Sep 04, 2013 12:16 am
I have an Filemaker 12 import script that performs as follows:
The user browses to where the Source file is located and selects it.
The script assigns the variable $Filename to the selected file. (ie, LM144.fmpur)
I then delete each table in the Target file and then import each table in LM144.fmpur.
This works.... unless....
... I have added a table in the Target file and the same table is 'missing' in the Source file.
Question: "Can I use SQLExplorer to construct a query that would look at the Source file and see if a specified table is present?" If so, what would it look like? I am really stuck.
Thank you
Ron
The user browses to where the Source file is located and selects it.
The script assigns the variable $Filename to the selected file. (ie, LM144.fmpur)
I then delete each table in the Target file and then import each table in LM144.fmpur.
This works.... unless....
... I have added a table in the Target file and the same table is 'missing' in the Source file.
Question: "Can I use SQLExplorer to construct a query that would look at the Source file and see if a specified table is present?" If so, what would it look like? I am really stuck.
Thank you
Ron