cancel
Showing results for 
Search instead for 
Did you mean: 

Using BLOB / CLOB in dictionary

Former Member
0 Kudos

Hi All,

I would like to know how can we use CLOB or BLOB columns in java data dictionary perspective while creating a new table.

The column Built-In type has a type binary , can we use it to indicate that the desired column to be treated as a CLOB or something?

How to deal with inserting / updating and selecting the contents of this particular column?

After creating & deploying a Java dictionray am planning to access it thru JDO API.

Any help in this regard would be highly appreciated.

Thanks in advance.

Noaman

Accepted Solutions (0)

Answers (1)

Answers (1)

guru_subramanianb
Active Contributor
0 Kudos

Hi,

Normally the use of BLOB/CLOB data types either in Dictionary or DB or JDO is primarily used for storing and manipulating large fields like Images or JPEGs etc.

Detailed understanding is there in these link.pls go thro'.

http://help.sap.com/saphelp_nw04/helpdata/en/6b/5ac225de6b494f967d001466a571e7/frameset.htm

Hope these info will help you.

Regards,

Guru