One TMSStoredProc component used with many strored procedures - HOW?
Posted: Wed 26 Jan 2005 11:58
Can I and how can I use one TMSStoredProc component with many strored procedures?
I have two different stored procs with different StoredProcNames names and params on the server and I want to use onlny one TMSStoredProc component do execute them interchangeable on the run-time (each of stored procs returns a result set (rows)).
(first, I want get result set from the first stored proc; next, I want use the same component to execute different stored proc and get different result set; and so on from beginning)
Can I do this? How?
What steps I must do and how must I assign or set properties for this component to make him work?
Thanx
B4rT
I have two different stored procs with different StoredProcNames names and params on the server and I want to use onlny one TMSStoredProc component do execute them interchangeable on the run-time (each of stored procs returns a result set (rows)).
(first, I want get result set from the first stored proc; next, I want use the same component to execute different stored proc and get different result set; and so on from beginning)
Can I do this? How?
What steps I must do and how must I assign or set properties for this component to make him work?
Thanx
B4rT