Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String Too Long on memo field StrTrans
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
String Too Long on memo field StrTrans
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01146410
Message ID:
01146410
Views:
141
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?
Next
Reply
Map
View

Click here to load this message in the networking platform