Thanks for the help. I couldn't do the unload all. It would kick me out. I had to unload one table at a time. It took a while but all is well now.
Dan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of MikeB Sent: Friday, June 20, 2003 7:39 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: SYS_TABLES TABLE www.Vedit.com . Ted Green has been polishing Vedit for 25 years. Written in Assembler. Very fast. Still has both Dos and Win Versions. ----- Original Message ----- From: "Dennis McGrath" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Friday, June 20, 2003 8:23 AM Subject: [RBASE-L] - RE: SYS_TABLES TABLE > For Editing really huge unload files, try UltraEdit. Awesome! I've > done files larger than a gig. It just won't choke. > > Dennis McGrath > > --- Rommel Relosa <[EMAIL PROTECTED]> wrote: > > Dan, > > > > If you don't have RScope (yet <g>), you can try this to remove the > > funky > > table. > > > > CONNECT <DBNAME> > > OUTPUT UNLOAD.DAT > > UNLOAD ALL > > OUTPUT SCREEN > > > > > > Now, if the file is not too big, use a text editor and look for the > > CREATE > > TABLE `funkyname` entries and remove it. > > > > Then, look for the section with LOAD funkyname and delete the "load" > > entries. > > > > Rename the database (back up purposes, in case reload fails <g>) then > > issue: > > > > INPUT UNLOAD.DAT > > > > This will rebuild the database without the table with the funkyname. > > > > > > > > > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dan > > Goldberg > > Sent: Thursday, June 19, 2003 1:51 PM > > To: RBASE-L Mailing List > > Subject: [RBASE-L] - SYS_TABLES TABLE > > > > > > Does anybody know how to edit the sys_tables table?? > > > > I have a table that has a funky name that I can not get a rid off. > > > > > > Dan Goldberg > > > > --- RBASE-L > ================================================ > TO POST A MESSAGE TO ALL MEMBERS: > Send a plain text email to [EMAIL PROTECTED] > > (Don't use any of these words as your Subject: > INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, > REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) > ================================================ > TO SEE MESSAGE POSTING GUIDELINES: > Send a plain text email to [EMAIL PROTECTED] > In the message SUBJECT, put just one word: INTRO > ================================================ > TO UNSUBSCRIBE: > Send a plain text email to [EMAIL PROTECTED] > In the message SUBJECT, put just one word: UNSUBSCRIBE > ================================================ > TO SEARCH ARCHIVES: > Send a plain text email to [EMAIL PROTECTED] > In the message SUBJECT, put just one word: SEARCH-n > (where n is the number of days). In the message body, > place any > text to search for. > ================================================ > >

