BUG: Recordset DTC Using Stored Procedure Fails to Load (190944)
The information in this article applies to:
- Microsoft Visual InterDev 6.0
This article was previously published under Q190944 SYMPTOMS
The user previews a page containing a Recordset Design-time control (DTC)
and gets a blank white page.
CAUSE
This bug is caused by attempting to use a server-side cursor when running a
stored procedure that returns multiple result sets.
RESOLUTION
One option is to change the recordset DTC to use client-side cursors
instead of server-side cursors. In some cases, removing the "return"
statement from the stored procedure may also work to resolve the issue.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. We are researching this bug and will post
new information here in the Microsoft Knowledge Base as it becomes
available.
Modification Type: | Minor | Last Reviewed: | 2/14/2005 |
---|
Keywords: | kbBug kbCtrl kbDatabase kbpending kbStoredProc KB190944 |
---|
|