Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you generate a C0000005 error?
Message
 
 
À
18/04/2000 17:55:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00361071
Message ID:
00361133
Vues:
17
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform