M
maura
Guest
Hi Ashon, When you create a BusinessEntity by specifying a schema, it is left to the developer to fill-in the corresponding data-source tables to be used in your backend resource, since we cannot make an accurate guess as to what table the developer is intending to use. As an example, if you are using the sports2000 db, you update the following statements as below: DEFINE DATA-SOURCE srceCustomer FOR . DEFINE DATA-SOURCE srceOrder FOR . DEFINE DATA-SOURCE srceCustomer FOR Customer. DEFINE DATA-SOURCE srceOrder FOR Order. The count function should return the number of records for the parent table. As in the example above, that would be for the customer table. See link below for example BE count function documentation.progress.com/.../ Maura
Continue reading...
Continue reading...