Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dis-JOIN-ted
Message
From
01/07/1999 17:01:21
 
 
To
01/07/1999 00:22:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00236082
Message ID:
00236720
Views:
9
Thanks Vlad. Good idea! I knew about this approach in the View Designer, but as I wasn't using views, I didn't think this assistance was available to me. I forgot about (never used) the Query Designer. I'll give it a try.

Bob

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform