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
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01146410
Message ID:
01146421
Views:
35
>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?

How big is TextFile.TXT?
Isn't it beyond limitations of string variable?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform