Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call Stored Proc Return RS with all records
Message
 
 
To
21/03/2004 17:29:27
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00888256
Message ID:
00888339
Views:
12
In this case what following code is for?
> toRS.ActiveConnection = .oConnection
> toRS.Source=tcTabela
> .SetRecordSetProperties(toRS)
> toRS.Open
>Hi Sergey,
>
>Im my Method SetCommandProperties, i have what you tell me,
>tcStoredProc=Store Procedure Name.
>
>
LPARAMETERS tcStoredProc
>WITH .oCommand
>	.ActiveConnection=This.oConnection
>	.CommandText=tcStoredProc
>	.CommandType = adCmdStoredProc
>ENDWITH
>
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform