Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Techniques for accessing CLUSTER tables

Former Member
0 Likes
367

Can some 1 plz tell me , How many standard methods are there to access a cluster table. I want to know each and every method with example.1 method is Logical databases , 2nd is thrugh se16. But I want to know each and every.

My cluster tables are

1) ZNO_CT1 having fields (mandt , roll_no , Name)

2) ZNO_CT2 having fields (mandt , roll_no , Age)

AND these are assigned to the table cluster 'ZNO_CLUST'.

ZNO_CLUST has (mandt , roll_no , pageno , timestamp , VARDATA)

2 REPLIES 2
Read only

Former Member
0 Likes
343

Hi,

Please go through the below link. you will get required information of acessing cluster tables.

http://fuller.mit.edu/hr/cluster_tables.html

Reward if useful.

Regards,

Swetha.

Read only

Former Member
0 Likes
343

Hi,

You can find the methods below.

Just go thru this link-

http://dev.mysql.com/doc/ndbapi/en/class-table.html

Thanks

Do reward points if useful