Philip, You can do the whole tables at once. Bill
CONNECT develDB OUTPUT forms.dat UNLOAD DATA FOR SYS_FORMS3 OUTPUT SCREEN OUTPUT reports.dat UNLOAD DATA FOR SYS_REPORTS3 OUTPUT SCREEN CONNECT newlyconvertedDB DELETE FROM sys_forms3 RUN forms.dat DELETE FROM sys_reports3 RUN reports.dat On Tue, Feb 17, 2009 at 4:48 PM, Phillip or Anna Cecil < [email protected]> wrote: > We are in the process of converting from 6.5++ to 7.6. A few months ago, > we converted the db, converted all our forms and reports and began testing, > etc. When we are done testing, can we unload the sys_forms3 and > sys_reports3 tables, convert the current database then reload sys_forms3 and > sys_reports3 or should we unload each form and each report individually from > the current converted db and reload each to the new converted db? > > Thanks a lot, > Phillip Cecil > Wayne County Anesthesia Association >

