Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return a resultset from a vfp stored procedure
Message
From
31/01/2003 05:37:41
Geert Van Snik
Zorgned Automatisering Bv
Wageningen, Netherlands
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Return a resultset from a vfp stored procedure
Miscellaneous
Thread ID:
00747589
Message ID:
00747589
Views:
62
Dear ut-user,

Is it possible to return a resultset from a vfp stored procedure?

I am using the vfp7oledb provider and I call the sp by using c# like this:
- CommandType = CommandType.Text;
according to ut-users there seems to be a problem with the StoredProcedure enumeration value)
- CommandText = "getClientDetails(?)";
I only use a VarChar param, because according to ut-users there seems to be a problem with other param-types.

The sp works fine when I call it from my vfp command window. It goes all bad when I call it from my Asp.Net page. The only thing I can get it to retur in:
return_value=true.

Sorry for not including the proper code, but I left that at home.

Thanks for looking into my problem!
Next
Reply
Map
View

Click here to load this message in the networking platform