|
You can create the Company Setup Table by following the steps below in the HIPAA Claim Master.
Tip: You can modify the scripts so that they run on your specific database.
Execute Script button do execute the query within database and do create the company_setup table. If the table is already created then application first ask confirmation of existing data loss before recreating it Once the table has been created successfully, you will see the following notification: Warning: Executing the script will wipe out any previous table you have created. Remove the script files once you are satisfied so nobody can occasionally destroy the database table. Make sure there are no any error messages for successful table creation. 7. Compare Script with Existing Table Application do check the saved script with company setup database schema. "Company setup table screen - Compare Script with existing Table" "Company setup table screen - no difference message" If saved script and database schema do have difference then application do provide window containing difference script detail in window.
Execute Script button in above window execute delta containing difference within database. Adopt this option to alter the table for fields if table already created.
|