Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String too long to fit on STRCONV()
Message
From
17/06/2006 17:11:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
String too long to fit on STRCONV()
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01129756
Message ID:
01129756
Views:
134
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?
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
Next
Reply
Map
View

Click here to load this message in the networking platform