I have a good app going with one main data table with lots of views and dependencies tied to it. I want to change some field types in the table - from Text to Integer, etc. But all the warning scare me about lost data if I proceed and "incompatible data will be lost."
To preserve all the dependencies will this work?
COPY that original table and data (call it Table 1) to "Table 1 Backup".
Copy Table 1 again and all it Table New
Change field types in Table New, save it.
Delete original Table 1 and RENAME Table NEW to Table 1 (the original one referenced in all the views and data pages).
Will that start me over with a new table with no data and preserve all the dependent reference to "Table 1" in the app?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
roattw
I have a good app going with one main data table with lots of views and dependencies tied to it. I want to change some field types in the table - from Text to Integer, etc. But all the warning scare me about lost data if I proceed and "incompatible data will be lost."
To preserve all the dependencies will this work?
Will that start me over with a new table with no data and preserve all the dependent reference to "Table 1" in the app?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.