Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alter cursor error
Message
From
11/04/2006 08:44:55
 
 
To
11/04/2006 08:28:17
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01111902
Message ID:
01112337
Views:
14
>>>>>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

Do you get the error always at the same line of code? If so, please show the exact code which creates the cursor, and the exact code you use which raises the error.
Previous
Reply
Map
View

Click here to load this message in the networking platform