If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Corel Paradox > query syntax ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-05-04, 21:27
jdoyle jdoyle is offline
Registered User
 
Join Date: Oct 2003
Posts: 24
query syntax ?

Could someone point me to a tutorial on the query syntax used in paradox 8.0 scripts. I'm debugging a script, and the queries are in this format.

Table1.db | T1Col1 | T1Col2 |
| _join1 | _T1Col2 |


Thanks
Reply With Quote
  #2 (permalink)  
Old 08-06-04, 15:58
Maroonotmoron Maroonotmoron is offline
Registered User
 
Join Date: Sep 2003
Location: Dallas
Posts: 182
What you posted looks like an attempt to do an external join using cols 1 and two of table 1 but there is no reference to the second table. the underline preceeding the text indicates that an example element has been placed in the column (field). That example element should be repeated in the corresponding column of another table. Depending on the query type it could repeat in multiple tables all being required to match records based on that column(s). If you need more details go to help or get a book (even an older book on Paradox for Dos would still explain the syntax of the queries which haven't changed.
Reply With Quote
  #3 (permalink)  
Old 08-07-04, 12:24
jdoyle jdoyle is offline
Registered User
 
Join Date: Oct 2003
Posts: 24
thanks, that wasn't a real query I just made it up to show what the format was. I did find a paradox 4.5 book, which explains queries in this format.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On