Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String Too Long on memo field StrTrans
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
String Too Long on memo field StrTrans
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01146410
Message ID:
01146410
Vues:
139
We got a 1903 error "String is too long to fit." on the last line of the below code. How is that possible?
CREATE TABLE "TableName.dbf" FREE (Notes m)
APPEND BLANK
APPEND MEMO Notes FROM "TextFile.txt"
REPLACE ALL Notes WITH STRTRAN(Notes,'"',"")
Isn't the memo field only limited by the drive space?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform