Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alter cursor error
Message
De
11/04/2006 08:44:55
 
 
À
11/04/2006 08:28:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01111902
Message ID:
01112337
Vues:
13
>>>>>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform