Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suppress Table Update Warning?
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00145022
Message ID:
00145034
Views:
27
I figured out one way, kind of kludgy, but it works.

SET SAFETY OFF
OPEN DATABASE kludge

ALTER TABLE foo ADD COLUMN temp C(20) NULL
ALTER TABLE foo DROP COLUMN temp
ADD TABLE foo

This method gives no warning as the conversion happens during the ALTER TABLE. Anyone else have any cleaner ideas?

Marty
Marty Smith, CSQE
Previous
Reply
Map
View

Click here to load this message in the networking platform