Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Oracle inserts chr(0) in large memo when saving
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Oracle
Divers
Thread ID:
01346014
Message ID:
01346028
Vues:
8
Hi Tom,

>When I save a cursor with a large memo field, containing over 2000 characters, the 2000th character is often replaced with a chr(0). I may have seen this at the 1000th character as well, but I am not sure.

Do you pass the content as a parameter or hard coded? If you hardcode the content, try a parameter instead. Sometimes changes the value for SYS(3055) also helps. If it's an update or insert statement you also might try to wrap it into an anonymous PL/SQL block:
SQLEXEC(nHandle,"BEGIN UPDATE (....); END;")
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform