Querying a database view table using the ODBC driver returns only 10,000 rowsIssue Database view tables limit the number of records you can query at one time. Symptoms Querying a database view table using the ODBC driver returns only 10,000 records at most, even if the query should return more.CauseThe system property 'glide.db.max_view_records' limits the maximum number of database view records you can query at one time.ResolutionSet the property 'glide.db.max_view_records' to a value greater than 10,000.