Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dis-JOIN-ted
Message
De
01/07/1999 00:22:53
 
 
À
30/06/1999 14:52:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00236082
Message ID:
00236299
Vues:
14
Jim Booth gave you the solution. Another way of doing such things (when you're using an ODBC connection) is to design your SELECT in the Query Designer against your specific data source and copy&paste the generated SELECT. The generated select is compatible with your ODBC source (I mean that it may be different for different types of databases). So, you can see the proper syntax.

Other query builders (like the one in Interdev) will generate similar SELECT statements.

Vlad

>The version of Btrieve that I'm working with as a back end to my VFP front end doesn't support JOINs according to it's help file. How could I accomplish the following without using a JOIN?
>
>SELECT TableA.Field1 + TableB.Field2 FROM TableA JOIN TableB ON TableA.Field1 = TableB.Field3
>
>Bob
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform