‎2008 May 27 12:30 PM
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)
‎2008 May 27 12:38 PM
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.
‎2008 May 27 12:45 PM
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