PRB: CreateDynaset Err: Can't open any more tables or queriesLast reviewed: June 21, 1995Article ID: Q113388 |
The information in this article applies to:
- Standard and Professional Editions of Microsoft Visual Basic for Windows, version 3.0
SYMPTOMSAfter using the CreateDynaset method several times to create a dynaset from the dynaset itself, you will receive this error:
Can't open any more tables or queries.Most often, you would be using the Sort or Filter property in this process. However, it is not necessary to do this to re-create the problem.
CAUSEThe number of times a dynaset can be created from itself is limited in the current design of Visual Basic.
WORKAROUNDTo work around the problem, base all sorts or filters off of a different dynaset. The following example illustrates this:
STATUSThis behavior is by design in Visual Basic version 3.0 for Windows. However, Microsoft is considering a change for future releases.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |