Hi,

I am using Visual Basic 6 as front end and Visual FoxPro as a Database.
I am trying to pass a parameter from VB to Visual FoxPro's Stored Procedure.

I am getting an error showing "Data type mismatch"

My Connection String is :CNN.ConnectionS tring = "Provider=VFPOL EDB.1;Data Source=P:\pay.d bc;Mode=ReadWri te|Share Deny Write"

CNN.Open


...