RE:Rowid Err. for Update

"Anhaus, Thomas" <[email protected]> Mon, 15 Sep 2003 07:48:36 +0200
Newsgroups gmane.comp.db.sapdb.general
Message-ID <[email protected]>
Prakash Jattani wrote :
>hi, 
>I am passing rowid as a variable in procedure and updating the table on the basis of rowid. 
>The procedure worked fine with oracle as the datatype i provided for rowid was varchar2, but when i tried the same for sapdb it gives me err >( the data types must be compatible i.e the table datatype and the datatype assigned to the varaible should be same).

Please change the parameter of your procedure from varchar2 to char(8) byte.

Regards,
Thomas 

-- 
Thomas Anhaus
SAP DB, SAP Labs Berlin
[email protected]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[email protected]
http://listserv.sap.com/mailman/listinfo/sapdb.general