Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE PROCEDURE [dbo].[fm_watch_textru_saveItem]
- @username nvarchar(256),
- @itemID int,
- @parameters ExtendedDictionaryParameter readonly
- AS
- BEGIN
- declare @text nvarchar(max) = (select Value2 from @parameters where [Key] = 'text')
- -- SELECT 1 (Result, Msg)
- select 1 Result, '
- Задание создано. В форме ниже нажимайте кнопку Обновить - как задание будет выполнено, будут показаны результаты
- <div class="as-form" data-code="watch_textru2" data-itemID="0"></div>
- ' Msg, '.as-form[data-code=watch_textru] .as-form-res' RefreshContainer
- -- select 2
- select 'apirequest' type, 'textru' code, 'text' p1_name, @text p1_value
- END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement