Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you generate a C0000005 error?
Message
 
 
To
18/04/2000 17:55:46
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00361071
Message ID:
00361133
Views:
16
>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.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform