Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

"... over grid buffer limit" Error

 
   Database Forums (Home) -> Datamining RSS
Next:  conversion problem  
Author Message
Jocobo81

External


Since: Dec 28, 2007
Posts: 3



(Msg. 1) Posted: Fri Dec 28, 2007 7:31 am
Post subject: "... over grid buffer limit" Error
Archived from groups: microsoft>public>sqlserver>datamining (more info?)

Hi, I need to save a 6000-character-text data in a field. I see that length
of varchar is 8000. "The value you entered is not consistent with the
datatype orlength of the column, or over grid buffer limit" ! This is the
error message when ever I try to save. Could you please help me to find a way?

 >> Stay informed about: ""... over grid buffer limit"" Error 
Back to top
Login to vote
Dejan Sarka

External


Since: Mar 18, 2004
Posts: 317



(Msg. 2) Posted: Sat Dec 29, 2007 3:59 am
Post subject: Re: "... over grid buffer limit" Error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> Hi, I need to save a 6000-character-text data in a field. I see that
> length
> of varchar is 8000. "The value you entered is not consistent with the
> datatype orlength of the column, or over grid buffer limit" ! This is the
> error message when ever I try to save. Could you please help me to find a
> way?

Are you talking about SQL Server or user interface error? If this is SQL
Server error, check whether you are using unicode (nvarchar) type - as every
character occupies 2 bytes in this type, it is limited to 4000 chars. If you
are talking about UI error, check the properties of your UI control.

--
Dejan Sarka
http://blogs.solidq.com/EN/dsarka/default.aspx

 >> Stay informed about: ""... over grid buffer limit"" Error 
Back to top
Login to vote
Jocobo81

External


Since: Dec 28, 2007
Posts: 3



(Msg. 3) Posted: Sat Dec 29, 2007 3:59 am
Post subject: Re: "... over grid buffer limit" Error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I use SQL Server 2000 Enterprise Manager without any other program. In a
table I have 2 fields: one text and the other is varchar. Neither of them can
I write a data which is longer then 1000 character. I write as example
:"12345678901234567890123...."

"Dejan Sarka" wrote:

> > Hi, I need to save a 6000-character-text data in a field. I see that
> > length
> > of varchar is 8000. "The value you entered is not consistent with the
> > datatype orlength of the column, or over grid buffer limit" ! This is the
> > error message when ever I try to save. Could you please help me to find a
> > way?
>
> Are you talking about SQL Server or user interface error? If this is SQL
> Server error, check whether you are using unicode (nvarchar) type - as every
> character occupies 2 bytes in this type, it is limited to 4000 chars. If you
> are talking about UI error, check the properties of your UI control.
>
> --
> Dejan Sarka
> http://blogs.solidq.com/EN/dsarka/default.aspx
>
>
 >> Stay informed about: ""... over grid buffer limit"" Error 
Back to top
Login to vote
Jocobo81

External


Since: Dec 28, 2007
Posts: 3



(Msg. 4) Posted: Sat Dec 29, 2007 3:59 am
Post subject: Re: "... over grid buffer limit" Error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I can write Max 1024 characters

"Dejan Sarka" wrote:

> > Hi, I need to save a 6000-character-text data in a field. I see that
> > length
> > of varchar is 8000. "The value you entered is not consistent with the
> > datatype orlength of the column, or over grid buffer limit" ! This is the
> > error message when ever I try to save. Could you please help me to find a
> > way?
>
> Are you talking about SQL Server or user interface error? If this is SQL
> Server error, check whether you are using unicode (nvarchar) type - as every
> character occupies 2 bytes in this type, it is limited to 4000 chars. If you
> are talking about UI error, check the properties of your UI control.
>
> --
> Dejan Sarka
> http://blogs.solidq.com/EN/dsarka/default.aspx
>
>
 >> Stay informed about: ""... over grid buffer limit"" Error 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
is there any limit to how long of a string SqlDataReader.G.. - is there any limit to how long of a string SqlDataReader.GetString() can return?

My available memory is down to very little, yet my PF Usag.. - My available memory is down to very little, yet my PF Usage is 8 gigabytes (about how much memory is on the box), sql server keeps having memory issues yet the sqlservr.exe is using hardly any memory.. how to fix this? is there some way to limit how..

error - can't Register

OLE DB: Error - I'm getting OLE DB error when i trying to deploy Adventure works sample app. OLE DB error: OLEDB or ODBC error: Invalid object name 'dbo.DimGeography'.; 42S02 Please advice.

Error Message - I'm receiving a message stating "Unable to get list of data mining alogritms". I'm new to this so I'm unsure what I may be missing.
   Database Forums (Home) -> Datamining All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]