Unsupported data type error with XMLTYPE fields.

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Ilya

Unsupported data type error with XMLTYPE fields.

Post by Ilya » Fri 25 Mar 2005 14:04

Hello! I have the follow problem:
1) I'm using ODAC 5.50.0.15 and Delphi 7
2) I`ve created Oracle procedure to update column with XML document:
PROCEDURE CLOBTABLEUPDATE (p_Value XMLTYPE)
is
begin
update MY_TABLE set b = p_Value where id = 100;
end;
3) Using TOraquery with SQL := 'select * from MY_TABLE' I`ve got
"Unsupported data type [58]" error.

How can use params in ODAC components to update fields with XMLTYPE format?

Thank you.
Ilya

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 28 Mar 2005 08:03

We couldn't reproduce the problem.
Please send us complete sample to demonstrate it and include script to create server objects to ODAC Support address.

Post Reply