home *** CD-ROM | disk | FTP | other *** search
- rem +------------------------------------------------------------------+
- rem | SRW_DR10 -- SCRIPT TO DROP SQL*ReportWriter V1.0 TABLES |
- rem | |
- rem | After a user has converted his reports to Version 1.1 tables, |
- rem | this script may be used to drop the old tables. It is advised |
- rem | that the tables be exported prior to dropping them. |
- rem +------------------------------------------------------------------+
-
- drop table fr_maxima;
- drop table fr_report;
- drop table fr_query;
- drop table fr_group;
- drop table fr_field;
- drop table fr_summary;
- drop table fr_text_long;
- drop table fr_text;
- drop table fr_fkey;
- drop table fr_ste;
- drop table fr_param;
- drop view fr_text_count;
-