Re: Data truncated error

2007-07-17 Thread Seth Buntin
I figured it out, sorry. I had an hidden character somewhere. I just retyped it instead of copy/paste and everything is fine. Seth On Jul 17, 11:29 am, Seth Buntin <[EMAIL PROTECTED]> wrote: > I am getting a Data truncated error and I don't know if it is because > of the data I am inserting int

Re: Data truncated error

2007-07-17 Thread Tim Chase
> Data truncated for column 'bodytext' at row 1 It would help to have the definition of your bodytext field...especially data limits on it (such as if it's a CharField with a max-length) -tkc --~--~-~--~~~---~--~~ You received this message because you are s