setMaxFieldSize - TechRepublic
General discussion
January 29, 2002 at 05:18 AM

setMaxFieldSize

I’m using MS SQLServer 2000 and Java 1.3. Some columns in my data tables are greater than 255 characters. However, data in excess of 255
characters are “silently discarded”. I tried using
Statement.setMaxFieldSize() without any apparent improvement. What is happening here? I didn’t design the database table but I have to live with it. Any ideas?

This discussion is locked

All Comments