Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you generate a C0000005 error?
Message
From
18/04/2000 21:27:04
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00361071
Message ID:
00361136
Views:
24
>>For testing purposes I need to generate the error consistently.
>
>Dan,
>Taken from the Fox Wiki:
>
create table Clients ( iClKey i )
>create table Orders ( iOdKey i, iOdClKey i )
>select * ;
>from clients ;
>left join orders on iClKey = iOdClKey ;
>where isnull( iOdKey ) or iOdkey in ( select min( iOdKey ) from orders )
>will C5 VFP even with SP3 installed.
>
>HTH.

Great, thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform