Hi,

I use the freeware Programmer's File Editor and the size of the file you can
load depends on how much memory the pc has.

Ted

-----Original Message-----
From: Bill Downall [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 20, 2003 1:19 PM
To: [EMAIL PROTECTED]
Subject: [RBASE-L] - RE: SYS_TABLES TABLE


Hmmm. I was just browsing a 750 MB log file in Windows Notepad.

(It took a long time to load!)

Bill

On Fri, 20 Jun 2003 10:14:53 -0700, Rommel Relosa wrote:

>UltraEdit...

>Thanks, Dennis.  Every one I tried just couldn't load the 780 MB file.


>Rommel

>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Dennis
>McGrath
>Sent: Friday, June 20, 2003 6:23 AM
>To: RBASE-L Mailing List
>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
>> 

Reply via email to