Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alter cursor error
Message
From
11/04/2006 08:28:17
 
 
To
10/04/2006 16:04:15
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01111902
Message ID:
01112332
Views:
16
>>>>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:
>
>"Field" is a reserved word, you can not use as the name for a new field!


I use example, but my real command is this
Alter Table curContaImp add column Capt_Desp  Char(50)
In some cases the error is displayed
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform