Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Truncated table fields
Message
 
To
30/09/1998 08:42:10
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00142281
Message ID:
00142391
Views:
24
>CCing to me asking my idea about SQL ? SQL select would truncate it because it's creating a free table. If you want to do SQL + preserve longfieldnames then change your SQL syntax to create a view :
create sql view mynewview as ;
> select ...
I wouldn't create a table but a view for something I could SQL select. Still if you need a table, you have afileds(), create, alter, drop etc series of handy commands :)
>Cetin

Or you can use COPY STRU TO mytable DATABASE mydbc,
then APPEND FROM your dbc table, or SQL to cursor from dbc table, and then APPEND FROM DBF(), depending on what you're doing to retain long field names...note that cursors are useful here since they use long field names...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform