/// <summary>
 /// This routine fetches the next rowset from the database.
 /// </summary>
 /// <returns>Returns true if the query succeeded.</returns>
 public bool ACR_SQLFetch()
 {
     return(Implementation.ACR_SQLFetch());
 }