Re: Why sql Server automatically change my input value.
From: Steve Kass (skass_at_drew.edu)
Date: 08/05/04
- Next message: Sjaakie Helderhorst: "Re: Concatenate 2 cells into 1, same record"
- Previous message: Steve Kass: "Re: DISTINCT and ORDER BY"
- In reply to: Amy Tex: "Re: Why sql Server automatically change my input value."
- Next in thread: Amy Tex: "Re: Why sql Server automatically change my input value."
- Reply: Amy Tex: "Re: Why sql Server automatically change my input value."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 05 Aug 2004 09:57:31 -0400
Amy,
The default number of characters to display per column in Query
Analyzer is 256. You can raise it as high as 8192 by changing the
setting for "Maximum characters per column" under Tools|Options|<Results
Tab> . If you're still having trouble inputting more than 100
characters, my guess is that it is something to do with how the Access
project is written. Feel free to provide more information here, but you
might post the question in one of the microsoft.public.access.* newsgroups.
Steve Kass
Drew University
Amy Tex wrote:
>Thank you, OJ. I tried in the query analyzer and enterprise manager. When I read from the enterprise manager, I have the right data. But when I use "select statement " in the query analyzer, it only gives me the first 256 characters. That's what happened to other columns too. So I guess it shouldn't be Access's problem.
>I don't have any trigger on the table. Any more input on that? Thanks a lot.
>
>"oj" wrote:
>
>
>
>>Amy,
>>
>>Can you repro the problem using Query Analyzer? If not, you might want to post
>>this to Access group to see if there is something wrong with the client app.
>>Also, check to see if the table(s) have any triggers. There might be something
>>wrong with the trigger codes.
>>
>>
>>"Amy Tex" <AmyTex@discussions.microsoft.com> wrote in message
>>news:8CD355B8-5F6D-47E9-B09F-B1D6982259CA@microsoft.com...
>>
>>
>>>I have a column, type varchar(1000). I use access project as interface to
>>>
>>>
>>interact with sql server. When I input value into the column, the server change
>>my input. It only store the first 100 something characters right. After that,
>>it replaces my input with the first 100 characters. Basically, it repeat my
>>first several sentences. Can anybody tell me why and how I should avoid this
>>problem? I really appreciate your help.
>>
>>
>>>Amy
>>>
>>>
>>
>>
>>
- Next message: Sjaakie Helderhorst: "Re: Concatenate 2 cells into 1, same record"
- Previous message: Steve Kass: "Re: DISTINCT and ORDER BY"
- In reply to: Amy Tex: "Re: Why sql Server automatically change my input value."
- Next in thread: Amy Tex: "Re: Why sql Server automatically change my input value."
- Reply: Amy Tex: "Re: Why sql Server automatically change my input value."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|