Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6 SQL not working in VFP8. Why?
Message
De
03/02/2005 13:51:58
Mike Sue-Ping
Cambridge, Ontario, Canada
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
VFP6 SQL not working in VFP8. Why?
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
00983570
Message ID:
00983570
Vues:
97
Hi All,

I have the following SQL statement that returns several rows when running with VFP6.
SELECT;
   IIF(ISNULL(a.T_id),b.T_id,a.T_id) AS T_id,;
   IIF(ISNULL(a.REFERENCE),b.REFERENCE,a.REFERENCE) AS REFERENCE,;
   IIF(ISNULL(a.DATE),b.DATE,a.DATE) AS DATE,;
   a.gl_Amt,;
   b.Sub_Amt;
FROM ;
   csrTemp1 a FULL OUTER JOIN ;
   csrTemp2 b ON ;
   b.T_id=a.T_id;
WHERE ;
   a.gl_Amt<>b.Sub_Amt;
INTO CURSOR ;
   csrTemp
The same statement returns no (zero) rows when running with VFP8.

Anyone know why or what is going wrong?

TIA

Regards,

Mike
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform