Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: SELECT can't build sum of memo fields
Message
From
28/05/2003 06:33:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
BUG: SELECT can't build sum of memo fields
Miscellaneous
Thread ID:
00793392
Message ID:
00793392
Views:
75
Hi,

within a SELECT-SQL command,
i need sum two memo field into one memo field.

I can make it?

Example:
CREATE CURSOR test;
  (m1 M DEFAULT REPLICATE('X',300);
  ,m2 M DEFAULT REPLICATE('Y',300))

APPEND BLANK

SELECT m1+m2 mResult FROM test INTO CURSOR cResult

* report : Error 1903 : String is too long to fit
Fabio
Next
Reply
Map
View

Click here to load this message in the networking platform