Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query: Inner Join into a FoxPro table

Status
Not open for further replies.

badscots

Programmer
Dec 23, 2003
19
GB
Hello all,

I have a page that uploads a file to the server, it then creates a table as part of a FoxPro DBC, imports the uploaded file and then will do the following:

Query="Select " & NFileName & ".postcode FROM lpcode INNER JOIN " & NFileName & " on "
Query=Query & "ALLTRIM(" & NFileName & ".postcode)==ALLTRIM(lpcode.postcode) into table "
Query=Query & "RESULTS DATABASE POSTCODE_LOOKUPS"

It seems to do the query, but not create the table???

Can anyone shed some light on this?

TXs Ian
 
Not very familiar with FoxPro, but sounds like your question might be better directed on that forum. Try forum184.

-----------------------------------------------------------------------------------------------------
"If you can't explain something to a six-year-old, you really don't understand it yourself."
-- Albert Einstein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top