Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Add a Field with more than 8 chars long
Message
From
04/11/2003 22:07:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
How to Add a Field with more than 8 chars long
Miscellaneous
Thread ID:
00846298
Message ID:
00846298
Views:
64
I've found an issue in ALTER TABLE command, it doesn't work adding a field with more than 8 chars of long in VFP cursor.
CREATE CURSOR Temp (iid int)
lcField = "cShort"
**** This Works *******
ALTER TABLE Temp ADD COLUMN (lcField) int
lcLongField = "cLongField"
**** This doesn't work ********
ALTER TABLE Temp ADD COLUMN (lcLongField) int
What can I do? Any work arround?, I've looking for in the Help, but doesn't say anything about this issue.
Apoya a Visual FoxPro usandolo legalmente
--
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º
Espartaco Palma Martínez
SysOp PortalFox
http://www.portalfox.com
esparta@portalfox.com
Next
Reply
Map
View

Click here to load this message in the networking platform