Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can dbc store procedure change a variable from C# .Net
Message
From
07/05/2008 11:52:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Can dbc store procedure change a variable from C# .Net
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01315644
Message ID:
01315644
Views:
57
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
Next
Reply
Map
View

Click here to load this message in the networking platform