Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record from same table
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01240631
Message ID:
01240645
Views:
13
>There are 4 fields in my table(abc)
>Id=1,1&&&&1,1 is records in the fileds
>name=khubaib,khubaib
>year=2006,2007
>no=10,9
>
>I get these fields record like. 1, khubaib,10,9
>How will be done.

The question is unclear. If you want to output your records to the other format,

you can use

COPY FIELDS ID, NAME, NO to MyFile.CSV type CSV

Since you have comma in the NO field (assuming it's a character field) you may have problems reading this file in Excel.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform