Thread: reversion error
View Single Post

   
  #6 (permalink)  
Old 04-20-2008, 04:33 PM
jprenaut@yahoo.com
 
Posts: n/a
Default Re: reversion error

On Feb 13, 2:43 pm, rgosho...@comcast.net wrote:
> Yes, I have read the documentation. I've even done this before.
>
> Tabid in database is syslangauth. Querying syslangauth yields 4 rows:
>
> Grantor informix informix informix
> informix
> Grantee: DBA DBA DBA
> Public
> langid: 1 2
> 3 3
> langauth: u U
> u u
>
> None of this looks, on the surface, unusual to me in any way.
> Dbschema will not give me the data types, as it is a system table.
>
> Randy


You can do select * from syscolumns where tabid = 39 to get to the
column types. So possibly run that and post the results? It does
seem odd that the table it is complaining about is a system catalog
though.

Jacques
Reply With Quote