M
M
m2_viktor2016-03-21 10:19:53
1C
m2_viktor, 2016-03-21 10:19:53

How to test the execution of a request to return certain data in 1C?

Hello,
There is a template for a contract with a client. The template has variables whose value is returned as a result of query execution, for example:

Запрос = Новый Запрос; Запрос.УстановитьПараметр("Клиент", Клиент); Запрос.Текст = "ВЫБРАТЬ ПаспортныеДанныеСрезПоследних.ДокументСерия, ПаспортныеДанныеСрезПоследних.ДокументНомер, ПаспортныеДанныеСрезПоследних.ДокументКемВыдан ИЗ РегистрСведений.ПаспортныеДанные.СрезПоследних КАК ПаспортныеДанныеСрезПоследних ГДЕ ПаспортныеДанныеСрезПоследних.ФизЛицо = &Клиент"; Выгрузка = Запрос.Выполнить().Выгрузить(); Для каждого Строка Из Выгрузка Цикл Результат = Строка.ДокументСерия; КонецЦикла;

This query will return String.DocumentSeries.
I need to make a similar request to return other data, but since I do not know the syntax of this language, I need a tool for instant testing, how to create a request in mssql or msaccess and immediately execute it, like a command line. Where can I get this tool?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
burabay86, 2016-03-21
@m2_viktor

"Query Console" is called :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question