| Author |
Message |
Miguel Guest
|
Posted: Sun Aug 24, 2003 6:19 pm Post subject: Multiple result sets |
|
|
Hi,
Is it possible to handle multiple result sets generated by single stored proc ? If so, how can I do it ? Can you give a working sample ?
And what about compute results ?
I need your help ASAP. |
|
| Back to top |
|
 |
VISOCO Support VISOCO Software Support
Joined: 16 Jul 2002 Posts: 96
|
Posted: Mon Aug 25, 2003 1:29 pm Post subject: Re: Multiple result sets |
|
|
| dbExpress components not work with multiple result sets. Though our driver allows this do. |
|
| Back to top |
|
 |
Avi
Joined: 28 Aug 2003 Posts: 2
|
Posted: Thu Aug 28, 2003 6:53 pm Post subject: Re: Multiple result sets |
|
|
| VISOCO support wrote: | | dbExpress components not work with multiple result sets. Though our driver allows this do. |
Can you please give an example of how to do it?
Can't we use SQLStoredProc1.NextRecordSet for that? |
|
| Back to top |
|
 |
VISOCO Support VISOCO Software Support
Joined: 16 Jul 2002 Posts: 96
|
Posted: Tue Sep 23, 2003 9:12 am Post subject: Re: Multiple result sets |
|
|
| Avi wrote: |
Can't we use SQLStoredProc1.NextRecordSet for that?
|
You may use SQLStoredProc1. NextRecordSet for getting of next ResulSet. We prepare example to work with it. Later it will be accessible on ours site. |
|
| Back to top |
|
 |
|