Handling the Number of Records Returned by an SQL Query
How can I handle the number of records returned by an SQL query executed in a tDBInput? Specifically, if the query returns a single record, I want to take one action; if it returns two or more records, I want to perform a different action.