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

Click here to load this message in the networking platform