RE: Long text truncated
"Asensio, Rodrigo" <[email protected]> Thu, 3 May 2007 05:35:24 -0700
| Newsgroups | gmane.comp.db.mysql.java |
|---|---|
| Message-ID | <A18F7107CFE62843A38F8F4D3954B95A01550E48@dhrseasvxb04.messaging.danaherad.com> |
Finally some activity here in this list! I finally resolved, it wasn't mysql , it was firefox, here the details http://www.rodrigoasensio.com/rasensio/post.jsp?id=wdpocGy8Pz -----Original Message----- From: Ronald Klop [mailto:[email protected]] Sent: Wednesday, May 02, 2007 12:15 PM To: [email protected] Subject: Re: Long text truncated Post a real testcase so people can reproduce your problem. A CREATE TABLE statement and a piece of Java code which fails. Ronald. On Fri Apr 27 17:09:27 CEST 2007 "Asensio, Rodrigo" <[email protected]> wrote: > > My insert is truncating the long text. > Mysql 5.0.19 > ConnectorJ 5.5 > Java 5 > > String longtext = "afsdfasd..." // more than 40000 chars, no more than > 65535 > PreparedStatement stmt = ... ... Insert into table values (?, ?) > Stmt.setString(1, "someid"); Stmt.setByteArray(longtextasStream... Bla > bla); Stmt.executeUpdate(); > > Ok. Here all works cool. But this thing is truncating up to 4096 chars > Field in mysql is TEXT (max 65535) > > I also tried doing this.. > myPreparedStmt.setMaxFieldSize(0); // no limit OR... > myPreparedStmt.setMaxFieldSize(65535); // precise limit > > Keeps inserting 4096 chars. > > Any clue ? > Thanks > R > > > ------------------------------------------------------------------- > Rodrigo Asensio > Fuel Management Services > Gilbarco Veeder Root > phone: +1 336 547 5023 > email: [email protected] > <mailto:[email protected]> > > This message (including any attachments) contains confidential and/or > proprietary information intended only for the addressee. > Any unauthorized disclosure, copying, distribution or reliance on the > contents of this information is strictly prohibited and may constitute > a violation of law. If you are not the intended recipient, please > notify the sender immediately by responding to this e-mail, and delete > the message from your system. If you have any questions about this > e-mail please notify the sender immediately. > > -- > MySQL Java Mailing List > For list archives: http://lists.mysql.com/java To unsubscribe: > http://lists.mysql.com/[email protected] > This message (including any attachments) contains confidential and/or proprietary information intended only for the addressee. Any unauthorized disclosure, copying, distribution or reliance on the contents of this information is strictly prohibited and may constitute a violation of law. If you are not the intended recipient, please notify the sender immediately by responding to this e-mail, and delete the message from your system. If you have any questions about this e-mail please notify the sender immediately. -- MySQL Java Mailing List For list archives: http://lists.mysql.com/java To unsubscribe: http://lists.mysql.com/[email protected]