public void executeQuery() { CustTable _custTable; // Тип - таблица на которой основан DataSource QueryBuildDataSource qbds; ; _custTable = this.cursor(); select _custTable where _custTable.AccountNum like "1*" && _custTable.AccountNum like "*2"; }