September 10, 200916 yr 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?
Create an account or sign in to comment