Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server trailing spaces in RV?
Message
From
11/02/2003 23:07:30
 
 
To
11/02/2003 14:55:07
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00752013
Message ID:
00752150
Views:
11
>I was curious if you ever ran into a situation where a VFP 7 Remote view always pads the end of a string with spaces? That is say I have a VARCHAR(30) on SQL Server and pull down a row of data that contains 'Pen' - or 3 characters of
>data. If this data is pushed back (saved) from VFP 7 to SQL Server 2000 it is going in as
>
> 'Pen' + SPACE(27) instead of just 'Pen' - no trailing spaces.
>
>Of course, this defeats the purpose of a VARCHAR. Is there a way to make the VFP remote views work without adding the trailing spaces?

Tom,

If you a retriving the data into a remote view, which only supports charater data type, even if the data was trimmed on the server then it would be padded in the remote view.

That being said, the CA does allow for trimming the fields before they are sent to sql.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform