Skip to Content.
Sympa Menu

freetds - INSERT into TEXT field

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: mcorde61 AT maine.edu
  • To: freetds AT franklin.oit.unc.edu
  • Subject: INSERT into TEXT field
  • Date: Wed, 13 Dec 2000 14:46:56 -0500


I am attempting to insert into a TEXT field on MSSQLServer
6.5, it seems to choke on strings larger than 256 characters.
In Oracle a clob field requires the use of
PreparedStatement.setCaracterStream, but that throws an
abstractMethod exception with my version of the driver and a null
exception with the most recent. Any sugestions?

-matt




Archive powered by MHonArc 2.6.24.

Top of Page