Try OpenEdge Now
skip to main content
Managed Adapters Guide
Database Managed Adapter : Tutorial 1: Using the Database Adapter : Step 1: Creating the customer database table
 

Step 1: Creating the customer database table

The following table shows a sample customer database.
Table 12. Sample customer database
ID
NAME
PHONE
100
George Smith
(111) 555-1111
101
Mike Green
(222) 555-2222
You can use your existing table or create another one as per your requirement. For a practical application, you will also need to configure your own datasource. Refer to the application server documentation on how to set up a datasource.