background image
<< GMO customers | DB_FetchNext function >>

GMO database

<< GMO customers | DB_FetchNext function >>
138
Getting Started: A Tutorial
8 T
ESTING
D
ATABASES
Running the Sample Testcase
The GMO database customer table The GMO database, green2.mdb,
stores customer information in the cidb table. The table's columns, which
take string values, are as follows:
·
customer_number
·
first_name
·
last_name
·
address_1
·
address_2
·
city
·
state
·
zip_code
·
phone_number
A look at the testcase
This simple testcase prints the first and last name of each GMO customer.