Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Divide my table
Message
From
15/10/2004 08:23:14
 
 
To
15/10/2004 07:25:01
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00951662
Message ID:
00951687
Views:
8
hi,

thank you ,it works fantastic if mytable have a number exactly as 500000,

but if mytable have 5000001,give error message(end of file encountered)
use test
go top
i = 0
do while not eof()
  copy to ("test" + trans(i)) next 100000
  skip  && (end of file encountered)
  i = i + 1
enddo
thanks.

best regards
m.qasem
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform