Missing SYSCOLUMNS (AREV Specific)
At 06 APR 2007 07:47:08AM Dan Reese wrote:
In arev 3.12, if I list SYSCOLUMNS in one application it returns 0 records. Yet, I can go into other applications and SYSCOLUMNS is intact.
This started when I tried to open and select syscolumns to process all of the columns in a readnext loop. Anyone know what happened, or how to get it back?
At 06 APR 2007 07:57AM Dan Reese wrote:
Never mind. I figured it out. In this same program I also created a table called application.SYSCOLUMNS. I forgot about this internal reference to the table names. Once I deleted the new table, the old SYSCOLUMNS reappeared. The problem does not happen if the new table is application_SYSCOLUMNS.