Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return a resultset from a vfp stored procedure
Message
De
31/01/2003 05:37:41
Geert Van Snik
Zorgned Automatisering Bv
Wageningen, Pays-Bas
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Return a resultset from a vfp stored procedure
Divers
Thread ID:
00747589
Message ID:
00747589
Vues:
65
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!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform