
December 28th, 2006, 12:25 AM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 1
Time spent in forums: 39 m 13 sec
Reputation Power: 0
|
|
Structured data type retrieval & update
Hi
I got a table with a column addr of structured data type Address(city,street).'m able to retrieve each attributes of addr(select address..city,addr..street from tablename) but not addr as a single object. Getting the error (SQL20015N A transform group "DB2_PROGRAM" is not defined for data type
"mysc.ADDRESS". SQLSTATE=42741).
How to retrieve addr as a single object from db & how can we update it?'m using windows version of db2 version:8.1.2.
Pls help
|