Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing a string to SQL server/ Returning a string from
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00261187
Message ID:
00261373
Views:
22
Yes, you can pass a string to a SQL Server stored procedure. The length will depend on the version. SQL Server 6.5 will be limited to 255. Version 7 is limited to 8000 byte.

There are two ways to return a character string from a SQL Server stored procedure. The first way is to return it as a result set. The second way would be to return it through an OUTPUT parameter.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform