Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alter Table
Message
From
05/03/2004 08:09:57
 
 
To
04/03/2004 15:32:17
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00882985
Message ID:
00883431
Views:
13
Paul,
Another one to watch for is buffering
Here is one that i used recently - it works.
use suppliers exclusive
cursorsetprop("Buffering" ,1)
if type('suppliers.volumeB') = 'U'
	alter table suppliers add column volumeB C(1) default 'N'
endif
regards
>Thanks Alex,
>
>That was what I was thinking.
>
>Paul
Previous
Reply
Map
View

Click here to load this message in the networking platform