Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check dup. record!!
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Check dup. record!!
Miscellaneous
Thread ID:
00054943
Message ID:
00054943
Views:
74
Can someone tell me what had I done wrong below:

select 1
use table1

select 1
append from textfile type delimited with tab


use table2 exclusive
index on f_fname+f_lname tag lastname

select 1

scan for .not. seek(f_fname+f_lname, table2)
scatter fields like * to t_array
select table2
append from array t_array
release t_array
endscan

close database
use

everything going ok on table1 which I can appending the text file. But in table2 I can't append any record over from table1 (table1 is alway empty)

Any idea!!
Next
Reply
Map
View

Click here to load this message in the networking platform