AMBIGUOUS recordTo access a record in a table defined for multiple databases, you might have to qualify the record’s table name with the database name. See the Record phrase reference entry for more information.
FIND Customer WHERE Customer.Name BEGINS "".
FIND Employee WHERE Employee.LastName = "Smith"AND Employee.FirstName BEGINS "".
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |