Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String too long to fit on STRCONV()
Message
De
17/06/2006 17:16:54
 
 
À
17/06/2006 17:11:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01129756
Message ID:
01129757
Vues:
12
>When executing this line:
>
>
>SELECT STRCONV(StyleDefinition.Notes_E,10) AS Notes_E FROM StyleDefinition WHERE StyleDefinition.Numero=168
>
>
>I obtain a "String is too long to fit" message. However, if I do this:
>
>
>MESSAGEBOX(STRCONV(StyleDefinition.Notes_E,10))
>
>
>There is no problem. However, I need to SQL this. Anyone knows a syntax that would make me able to use that syntax inside of a SQL command?

It's been a long week. :(
SELECT CAST(STRCONV(StyleDefinition.Notes_E,10) AS Memo) AS Notes_E FROM StyleDefinition WHERE StyleDefinition.Numero=168
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform