Re: Using rowid in a html anchor / select statement

From: Brian Martin <icbkr_at_ix.netcom.com>
Date: 1996/09/28
Message-ID: <324DF225.71B5_at_ix.netcom.com>#1/1


Bill Tierney wrote:
>
> to the full record whicj I'm hoping to retrieve
> using rowid....
> -----------------------------------------------------------------
> 40/3 PL/SQL: Statement ignored
> 42/53 PLS-00204: function or pseudo-column 'ROWID' may be used inside
>
> Does anyone have any suggestions...??

yes. use a key value instead of rowid. it's not a good thing to choose for implementation in a state-dependent situation like a webserver. things could change before the www user sends the updates or whatever. rowid is a fluid value, not a constant like a key. Received on Sat Sep 28 1996 - 00:00:00 CEST

Original text of this message