Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stored procedures and the 26 parameters limit
Message
De
17/02/2005 12:03:10
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00976697
Message ID:
00987969
Vues:
44
>In order to preserve binary data in the memo field it has to be MEMO/BINARY. Try
CREATE CURSOR test (id i, txt MEMO NOCPTRANS)
INSERT INTO Test VALUES (1, "abs" + CHR(13)+CHR(10)+ "ggj" + CHR(13)+CHR(10) + "asewiof")
lcXml = ""
? CURSORTOXML(ALIAS(),"lcXml",1,0,0,"1")
? XMLTOCURSOR(lcXml, "test1")
It now also works in my code. In addition of using MEMO NOCPTRANS, I had to reset the nFlags value I had set to 4096 before.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform