Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with ftGuid parameter in ADOStoredProc

Status
Not open for further replies.

Delphard

Programmer
Jul 22, 2004
144
RS
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?


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top