Open the SMP101 mobile application project if it is not already
open:
In WorkSpace Navigator, right-click the SMP101 folder and select Open in Diagram Editor.
In Enterprise Explorer, expand Database Connections > My Sample Database. If My Sample Database is not connected,
right-click My Sample Database and select
Connect. Enter SQL as the password if prompted.
Expand sampledb > Tables.
Drag the customer table from the Enterprise
Explorer to the Mobile Application Diagram.
Dragging and dropping the data source onto the Mobile Application Diagram
creates the MBO and opens the Quick Create wizard.
The Quick Create wizard automatically defines attributes and
adds default CREATE, UPDATE, and DELETE operations from the sample.db to the
MBO. Accept these default settings and click OK.
Create another MBO from the sales_order
table:
Drag the sales_order table from
Enterprise Explorer to the Mobile Application Diagram.
In the Quick Create wizard, accept the default
attributes and operations and click OK.
The Mobile Application Diagram displays the Customer
and Sales_order MBOs.