Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: INSERT ... FROM NAME objectName
Message
De
06/04/2005 18:10:00
 
 
À
06/04/2005 13:32:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01001906
Message ID:
01002105
Vues:
27
>Fabio,
>
>Have you read documentation?
>
Aleksey,
Of course!
Why have I written the WITH ENDWITH code?

On documentation is written ObjectName
in WITH .. ENDWITH and in INSERT ... FROM NAME,
in WITH CREATECURSOR() do the job,
in INSERT no

Same syntax word "ObjectName", same meant.

Or I must read the documentation as
"more or less this is the syntax, tries and sees if it works".

Fabio

>
>FROM NAME ObjectName
>
>
>Thanks,
>Aleksey.
>
>
>>VFP have not a
>>
>> INSERT INTO table DEFAULT VALUES
>>
>>* APPEND BLANK don't support NULL ( a bug for me )
>>
>>Then i try to simulate it with a empty object
>>
>>On next code I expected no errors
>>
>>
>>#DEFINE DEFAULT_VALUES FROM NAME CREATEOBJECT("empty")
>>SET NULL ON
>>CREATE CURSOR byby (aa i,cc i)
>>* HELP: WITH objectName
>>* objectName == CREATEOBJECT("empty") no errors
>>
>>WITH CREATEOBJECT("empty")
>>ENDWITH
>>
>>* HELP: INSERT ... FROM NAME objectName
>>* objectName == CREATEOBJECT("empty") error
>>
>>INSERT INTO byby DEFAULT_VALUES
>>
>>
>>Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform