Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New update command
Message
De
24/04/2005 13:03:11
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01007869
Message ID:
01007902
Vues:
17
No idea; but perhaps you can try to start with a simpler SQL statement, and continue adding stuff until you get the error again, so that you know which part is causing the problem.

>File 'left.dbf' does not exist.
>
>
>
>>What is the error message, or the unexpected behaviour?
>>
>>>Hi all,
>>>
>>>What is bad in my command ?
>>>
>>>
>>>*-- Remplacer lrepondant ds teleph.dbf si correspondance
>>>*-- de la clé primaire teleph.iid ds repondant.dbf ( itelephoneid )
>>>UPDATE v_Teleph ;
>>>  SET ;
>>>  lrepondant 	= ( NVL( repondant.itelephoneid, 0 ) ) > 0,;
>>>  lpersonnel 	= ( NVL( Employee.itelephoneid , 0 ) ) > 0,;
>>>  lresident 	= ( NVL( Resident.itelephoneid , 0 ) ) > 0,;
>>>  lmedecin 		= ( NVL( medecin.itelephoneid  , 0 ) ) > 0,;
>>>  lmutuelle 	= ( NVL( Mutuelle.itelephoneid , 0 ) ) > 0;
>>>  FROM V_Teleph ;
>>>  LEFT OUTER JOIN repondant 	ON v_Teleph.iid = repondant.itelephoneid,;
>>>  LEFT OUTER JOIN Employee 	ON v_Teleph.iid = Employee.itelephoneid,;
>>>  LEFT OUTER JOIN Resident 	ON v_Teleph.iid = Resident.itelephoneid,;
>>>  LEFT OUTER JOIN medecin 		ON v_Teleph.iid = medecin.itelephoneid,;
>>>  LEFT OUTER JOIN Mutuelle 	ON v_Teleph.iid = Mutuelle.itelephoneid
>>>
>>>
>>>
>>>bernhart
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform