Hi Paul,
Can't do that because --
R>drop table sys_comments
-ERROR- You cannot delete a system table. ( 10)
and
R>rename table sys_comments to junk nocheck
-ERROR- Reserved words cannot be used for names - sys_comments ( 57)
and:
R>del rows from sys_comments
-ERROR- Unauthorized access to the table SYS_COMMENTS for user admin (2039)
So even if I can unload structure, what would I do with it?
Bernie Lis
----- Original Message -----
From: "Paul" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Saturday, September 26, 2009 6:35 PM
Subject: [RBASE-L] - RE: Sys_comments is corrupted
Just wondering what happens if you unload structure no data and then
reload that separate and add data after?
Of course watch your file locations. I think I did that once. Also
there
is a key seq to allow you to see all in the system tables let me test a
couple ctrl-Alt-Tab-F8 ?? something like that
Paul
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Bernard
Lis
Sent: Saturday, September 26, 2009 6:20 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Sys_comments is corrupted
How can I fix the sys_comments table?
I have a backup of that table in an older database.
But I can't delete or rename a system table.
Is there an easy way to fix it? I have R:scope but I'm not sure how to
fix
the sys_comments table.
Bernie Lis