I have SQL Server 2008 Stored Procedure that uses uniqueidentifier type of Parameter.
When try to open ADOStoredProc1 related with this SP in my Delphi Project, this error occurs:
Invalid character value for cast specification.
Delphi recognizes this Parameter as ftGuid DataType.
What other Values for Properties of this Parameter should set in Object Inspector to avoid this error?
When try to open ADOStoredProc1 related with this SP in my Delphi Project, this error occurs:
Invalid character value for cast specification.
Delphi recognizes this Parameter as ftGuid DataType.
What other Values for Properties of this Parameter should set in Object Inspector to avoid this error?