I am using COMMAND in my Crystal report which has DataField as uniqueidentifier in the SqlServer database.
Problem is when I try to send a GUID value to compare against my COMMAND.DataField, crystal is returning the curly brace with the DataField value.
And to display or compare data, I have to convert these paramenter to varchar(36) in command (Query).
Anyone have any suggestion to avoid this rework for all reports?
Is it a problem with Crystal Reports 2008?
Thanks in advance!