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
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