hi all, i'm trying to build a report using excel's pivot table function. and the db i'm using is postgresql 7.3.1.
i got a problem retriving data from the db bcoz i got this error mesg "No such attribute item.oid". if i retrieve directly from a table in postgresql, it doesn't give me this error. but if i retrieve from a view, it gave me that problem. as i know, oid is an id that exist in every table probably hidden. waht about view? if i create a view, i doesn't consist any oid? please advice
i got a problem retriving data from the db bcoz i got this error mesg "No such attribute item.oid". if i retrieve directly from a table in postgresql, it doesn't give me this error. but if i retrieve from a view, it gave me that problem. as i know, oid is an id that exist in every table probably hidden. waht about view? if i create a view, i doesn't consist any oid? please advice