gczychi Posted September 1, 2023 Posted September 1, 2023 I was quite disappointed when I found out that writing to the FileMaker_Fields table doesn't work (using SQL-Runner): UPDATE FileMaker_Fields SET FieldID = 24 WHERE TableName = 'VL_Test' AND FieldName = 'Enum' I get the following error: failed with FileMaker error code 8309: ERROR: FQL0048/(1:10): This statement contains an invalid operation on FileMaker system table "FileMaker_Fields". Is there any workaround? FileMaker mixed up my remote ODBC tables and I want to try to fix it, inserting the «correct» FieldID’s. Thanks a lot! Gary
gczychi Posted September 1, 2023 Author Posted September 1, 2023 OK, I have just found out that it’s impossible to change FileMaker_Fields because it's a virtual table that is built from the FM schema. BUT — I need to change the FieldID’s! Or at least the order in which FileMaker assigns the FieldID’s. Any possibility? Thanks a lot! Gary
Recommended Posts
This topic is 447 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