Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return a value from VFP stored proc
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01526420
Message ID:
01526563
Views:
75
>>Hi all, I'm trying to return a value from a VFP sp to my .NET app without success my sp is shown below
>>
>>
>>proc UpdateName
>>Lparameters Name,ID
>>
>>Update MyTable ;
>>set MyName = Name where MyID = ID
>>
>>Return _tally
>>
>>EndProc
>>
>>
>>
>>I'm using a Command.ExecuteNonQuery() statement which is supposed to return the number of records affected by the query but always returns 1. If I remove the return statement it makes no difference at all.
>
>I usually return a string (an XML string) from my VFP sp when calling it from ASP.NET. And it works. Maybe you could try convert the value you are trying to return into a char type.
>
>HTH.

Thanks I'll give it a try when I'm back at work
Regards,
Peter J. Kane



Pete
Previous
Reply
Map
View

Click here to load this message in the networking platform