VB3 Retrieve Multiple Result Sets from a Stored Procedure (126992)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition for Windows 3.0
This article was previously published under Q126992 SUMMARY
Microsoft Access version 2.0 introduced a new type of SQL-specific Query
called a SQL pass-through query. This allows you to execute SQL commands
that are specific to a back-end database server such as Microsoft SQL
Server. It also lets you group or batch multiple SQL statements that return
multiple result sets or execute a stored procedure on the server that
returns multiple result sets.
The information in this article shows you how to take advantage of this new
query type to execute a batch of SQL statements that select multiple result
sets into temporary tables, which you can then open and modify within your
Visual Basic program.
Modification Type: | Minor | Last Reviewed: | 1/8/2003 |
---|
Keywords: | kbcode KB126992 |
---|
|