Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: SELECT can't build sum of memo fields
Message
De
28/05/2003 06:33:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
BUG: SELECT can't build sum of memo fields
Divers
Thread ID:
00793392
Message ID:
00793392
Vues:
74
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform