Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COPY TO .. SDF integer padding bug?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01042355
Message ID:
01042366
Views:
18
Yuri,
i think the question is why:
CREATE TABLE c:\temp\junk (fname c(15), lname c(25), int1 I)
...
COPY FIELDS INT1,FNAME, LNAME TO C:\TEMP\JUNK SDF
give bad results
and
CREATE TABLE c:\temp\junk ( int1 I, fname c(15), lname c(25))
...
COPY FIELDS INT1,FNAME, LNAME TO C:\TEMP\JUNK SDF
give a hoped result. ;o)
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Reply
Map
View

Click here to load this message in the networking platform