I'm using Crystal 9 and connecting to mysql.
We have a production database and a development database. Is there a way in crystal to compare the tables to make sure there are the same fields in a production database table and a development database table? Example:
Production table "class" fields:
term
subject
section
Development table "class" fields:
term
subject
I would want the report to show that the field "section" is not in Development table "class".
Help is very appreciated.
We have a production database and a development database. Is there a way in crystal to compare the tables to make sure there are the same fields in a production database table and a development database table? Example:
Production table "class" fields:
term
subject
section
Development table "class" fields:
term
subject
I would want the report to show that the field "section" is not in Development table "class".
Help is very appreciated.