|
|
Entries for February 2021
posted on February 26, 2021 13:46
Noteworthy Changes in v9.8.0+ - Optional Telerik Removal
The major highlight for this release is that we removed all our dependencies on the Telerik ...
[Read the rest of this article...]
posted on February 01, 2021 15:20
CREATE FUNCTION GIBS_GetProfileElement
(
@userID as int,
@portalID as int,
@ProfilePropertyName as nvarchar(100)
)
RETURNS nvarchar(4000) AS
BEGIN
...
[Read the rest of this article...]