Cyont Posted September 26, 2005 Posted September 26, 2005 (edited) I don't know if this is a silly question, but I need somebody's help on this. For QA purpose, we need to create new database tables exactly copying from the original tables. The problem is since each table has about 60 - 100 field names, creating fields one by one for each table would be really time-consuming. Also we need to make sure these copied tables keep the same data types as the original ones. I checked Export/Import functions, but it looks they are for data record transference purposes rather than for data structure. So is there a way to copy table fields from one table to another? Please let me know. Cyont Edited September 26, 2005 by Guest
mr_vodka Posted September 26, 2005 Posted September 26, 2005 FM8 now does this. FM7 you would have to recreate individual fields.
Cyont Posted September 26, 2005 Author Posted September 26, 2005 That's encouraging! I've just downloaded and installed the FM 8 trial version. Would you be more specific on how to? Cyont
Cyont Posted September 26, 2005 Author Posted September 26, 2005 With other relational databases such as MS SQL, I can easily "Generate SQL Script" from the current table and run it to create a new table with the same columns. I am wondering if FM can do such trick. Cyont
Recommended Posts
This topic is 7096 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