How can i convert LANSA Nvarchar type to .net String
Posted: Fri Jun 09, 2017 6:00 pm
Hi,
how can i convert lansa NVARCHAR type to .net String type for use RDMLX.
Define_Com Class(#zsys.System.Net.WebRequest) Name(#request) Reference(*DYNAMIC)
define #address *nvarchar 256
#requestUri := #requestUri.Substitute( #uri.EscapeUriString( #address ) )
error message.
expression #address(type unicode string) is not assignment compatible with expression stringtoEscape (Type String).
how can i convert lansa NVARCHAR type to .net String type for use RDMLX.
Define_Com Class(#zsys.System.Net.WebRequest) Name(#request) Reference(*DYNAMIC)
define #address *nvarchar 256
#requestUri := #requestUri.Substitute( #uri.EscapeUriString( #address ) )
error message.
expression #address(type unicode string) is not assignment compatible with expression stringtoEscape (Type String).