I'm trying to use URL access to pull some reports from SQL Server 2008 Reporting Services. One of the parameters I need to pass is Guid. When I just insert guid in url like
&LoggerID=CD4869DC-68B8-4513-B3C6-0E6DD9F74380
I get the error: The value or default value for the LoggerID report parameter is not a valid value. (RsInvalidReportParameter)
I tried single quotes and brackets and braces. What am I missing?
, " ", URL-. , . GUID, , .
: 2008 - .
, Guid.
SSRS , . , " " , url, , .
, url
&entityIdentifier=75745B11-09B8-4BF6-98EF-F3E8A2ACEC05
,
.
, "LoggerID", URL "guid" . ?
, ( ) URL SSRS . "loggerid =..." URL-, "LoggerID", ( , , , ).
, "String" . SSRS 2005 Guid. ( ), .
, GUID- URL-. , uniqueidentifier varchar (36) Dataset, . , , , GUID URL- .
:
SELECT CAST(MyGuidColumn AS varchar(36)) AS MyGuidColumn, MyLabelColumn FROM MyTable
, - Guid URL- , .
, Guid .
Source: https://habr.com/ru/post/1715129/More articles:using the JSON-Framework to prepare a json object to send via an Objective-C HTTP request - jsonWhat would be the appropriate way to register changes to the database using CodeIgniter - phpMorphing multiple executables into a single application - c ++Почему эта ошибка PHP ссылается на localhost? - phpZend_Db last_insert_id returns a super large number - mysqlЕсть ли простой способ конвертировать HTML с несколькимитегами в подходящие тегив Javascript? - javascriptRuby on Rails IDE for Windows - ruby-on-railsasp.net mvc - the site works fine locally, but not after deployment - asp.net-mvcLaunch a console application from the Form window - c #Debugging in asp.net mvc source code? - asp.net-mvcAll Articles
в Javascript? - javascript