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


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to