Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can dbc store procedure change a variable from C# .Net
Message
De
07/05/2008 11:52:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Can dbc store procedure change a variable from C# .Net
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01315644
Message ID:
01315644
Vues:
58
Hi, i have a program in C# .Net calling a store procedure in dbc, it works fine but i have 1 parameter that must be filled in that procedure then C# knows about that value.
procedure getpages
lparameters csql,npag
local nmaxreg=10
execscript(csql)
npag=_tally/nmaxreg
return setresultset("query")
endproc 
I need that npag returns to C# with the value calculated here. Is it possible? T.I.A.
John Harold Belalcázar Lozano
Associate Director Of Development
http://www.belvicto.co/
jhbelalc@gmail.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform