Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid Foxpro fieldnames in SQL Server
Message
From
25/10/2004 11:02:28
 
 
To
23/10/2004 10:14:50
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00953901
Message ID:
00954273
Views:
18
Thanks for responding. My main goal was to avoid any future maintenance. (My personal statement of purpose is 'It requires no effort on my part') I think I have found that the following will fulfill my needs.
SELECT * INTO #MyTable161025 FROM MyTable WHERE unqKey = 161025
ALTER TABLE #MyTable161025 DROP COLUMN UnqKey
INSERT INTO MyTable SELECT * FROM #MyTable161025
SELECT @@Identity
Previous
Reply
Map
View

Click here to load this message in the networking platform