Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alter cursor error
Message
From
10/04/2006 15:57:56
 
 
To
10/04/2006 13:14:41
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01111902
Message ID:
01112157
Views:
20
>>Hi,
>>
>>Sometimes when I try to alter a readwrite cursor I get an error message.
>>
>>
>>Create cursor curTest (Field1 Integer, Field2 Char(10))
>>Alter table cursor curTest add column Field Char(10) && Program Error here
>>
>>Program Error
>>Cancel
>>Suspend
>>Ignore
>>Help
>>File 'c:\docume~1\admini~1\config~1\temp\00000geh066r.tmp' does not exist.
>>
>>
>>This error occours sometimes only. Don't occours aways.
>
>You had an extra word, I think:
>Alter table curTest add column Field Char(10)

Excuse me.

I just use
Alter table curTest add column Field Char(10)
If I use it:
Alter table cursor curTest add column Field Char(10)
don't work never, but works with error in some cases.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform