ACC1x: GP Fault When Creating a Dynaset from Form DynasetID: Q98672
|
When attempting to create a dynaset based on a form's dynaset, you
will get a general protection (GP) fault similar to:
Application Error
MSACCESS caused a General Protection Fault in module
MSACCESS.EXE at 00B0:09B5
This functionality is unsupported. Instead of returning an error message explaining this, Microsoft Access causes a GP fault. Microsoft Access does not support creating a dynaset based on a form's dynaset.
Microsoft has confirmed this to be a problem in Microsoft Access version 1.0. This problem no longer occurs in Microsoft Access version 1.1.
In Microsoft Access version 1.0, the following steps will reproduce a
GP fault.
In Microsoft Access version 1.1, the following steps will correctly
return the following error message, indicating that this functionality
is not supported:
Can't perform operation; it is illegal
'*********************************************************
'Declarations Section of the module.
'*********************************************************
Option Compare database
Dim DS as Dynaset, DS2 as Dynaset, F as Form
For more information, search for "clone," then "Clone Method" using the Microsoft Access Help menu.
Additional query words: gpf createdynaset
Keywords : kbprg PgmObj
Version : 1.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: March 23, 1999