Jump to content

This topic is 7096 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (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 by Guest
Posted

FM8 now does this. FM7 you would have to recreate individual fields.

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.