Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO RecordSet Object
Message
From
07/02/2000 09:41:25
 
 
To
07/02/2000 05:34:43
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00328177
Message ID:
00328229
Views:
25
>Hello:
>
>Is there a way to pass parameters to a stored procedure, in SQL SERVER
>7.0, via the ADO RecordSet Object instead of the ADO Command Object?
>
>Reason: Need a RecordSet that's not READONLY.
>
>TIA

Yes, but you still use a command object. Just replace the line where you use the command.Execute with the recordset.Open and pass the command object as the source. Specify the needed parameters in the rest of the RS's parameters.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform