Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server & trailing blanks
Message
From
29/03/1999 17:47:26
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00203064
Message ID:
00203217
Views:
18
I can't duplicate what you're seeing. I used the Query Analyzer and did the following:

CREATE TABLE mike (c char(6))
INSERT INTO mike VALUES ('abc ')

SELECT '['+c+']' FROM mike

which returned:

[abc ]

Which is correct for a char(6) column.

Would you please post the table definition and a script that I could run in the Query Analyzer that would demostrate the problem.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform