Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Corespondencia de campo Integer com o Fox
Message
De
13/08/2002 06:58:33
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
À
12/08/2002 19:57:16
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00688856
Message ID:
00689035
Vues:
30
This message has been marked as the solution to the initial question of the thread.
Olá Edson!

Segue abaixo exemplo que pode ser utilizado.
LOCAL MinhaVariel

CREATE CURSOR MeuCursor (Nome Char(20), QtdCompras Integer)
INSERT INTO MeuCursor VALUES ("Edson Oliveira", 1)
INSERT INTO MeuCursor VALUES ("Fábio Barbosa", 0)

* Aqui está sem o schema
CURSORTOXML("MeuCursor", "MinhaVariel")
MessageBox(MinhaVariel)

* Aqui já está com o schema, o último parâmetro ("1") é que determina a 
* criação do mesmo
CURSORTOXML("MeuCursor", "MinhaVariel", 1, 0, 0, "1")
MessageBox(MinhaVariel)
Qualquer dúvida é só falar.
Até mais.
Erick
Força Sempre!
Strength Always!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform