Specified method is not supported

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
Demigor

Specified method is not supported

Post by Demigor » Thu 26 Jan 2006 11:35

create type money as object
(
mvalue number,
munit varchar2(3) -- currency code
)


create table salaries
(
id raw(16), -- guid
salary money
)

select * from salaries

OraDev exception: Specified method is not supported

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Thu 26 Jan 2006 13:57

Please, try version 1.50

Post Reply