Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I change a fieldname - programatically
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01439486
Message ID:
01439501
Views:
35
See this message Re: Saveas: do not keep incomp. functions, do not keep chang Thread #1243150 Message #1243237 - try it.



>
alter table (lcTableToFix) rename column (lcOldFldName) to (lcNewName)
>
>This doesn't work either, and I think I know why... (Error is syntac error)
>
>I downloaded the office 2007 data access pacage to give me ODBC access to excel 2007 spreadsheets.
>
>Modifying code create by Trevor Hancock to use the ODBC link into the spreadsheet... It creates a cursor with the results in it,
>
>The problem happens if the first row has an invalid fieldname i.e. a number
>
> (for example: The toll number - 800 number in the spreadsheet, is in the tenth column, is called 800, this is a number as the type of field[10] is numeric, I anm trying to replace the first character with an _ so that it would be a valid fieldname.
>
>If i issue a modify structure, I can change the name that way... but I would like to do it under my control.
>
>Does thi help explain the issue?
>
>Thanks,
>Mike
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