Nicolaus Busch Posted September 10, 2009 Posted September 10, 2009 Having set up a FileMaker database as ODBC datasource I can access the database via the "Execute SQL" script step. Thus it is possible not only to work with the content of fields, but to manipulate tables directly. Where sys_LanguageVars is a table that can be accessed this way, Execute SQL = ALTER TABLE sys_LanguageVars ADD MyExample VARCHAR will create a field of type text with the name MyExample in the table sys_LanguageVars. This works like a charm, but: is it possible to set the option "globale storage" this way as well?
Recommended Posts
This topic is 5903 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 accountSign in
Already have an account? Sign in here.
Sign In Now