问题解决了,但是我使用了
StorPar_Name:=StorPro.Parameters.Items.Name; //µÃµ½Ö¸¶¨²ÎÊýµÄÃû³Æ
StorPar_Name:=Copy(StorPar_Name,2,strlen(Pchar(StorPar_Name))-1);
StorPar_DataType:=StorPro.Parameters.Items.DataType; //µÃµ½Ö¸¶¨²ÎÊýµÄÊý¾ÝÀàÐÍ
StorPar_Direction:=StorPro.Parameters.Items.Direction;//µÃµ½Ö¸¶¨²ÎÊýµÄÊäÈëÊä³öÀàÐÍ
StorPar_Size:=StorPro.Parameters.Items.Size; //µÃµ½Ö¸¶¨²ÎÊýµÄ´óС
StorPro.Close;
//StorPro.Parameters.CreateParameter(StorPar_Name, StorPar_DataType, StorPar_Direction, StorPar_Size, 2);
为什么在使用StorPro.Parameters[0].value :=GetCon;的时候提示类型不匹配那???谢谢了