[JDBC] setObject() - not implemented

Bob Kline bkline at rksystems.com
Tue Sep 12 13:58:29 EDT 2000


On Tue, 12 Sep 2000, Strande, Jon wrote:

> I have searched for answer for this, so I apologize if this is a repeated
> question. 
> 
> NT 4.0 Sp 5
> IIS 4
> Tomcat 
> JDK 1.3
> freetds - JDBC V 1.3 1999/03/09 17:15:49
> 
> In the readme file it says that setObject works
> yet I am getting an error "not implemented" when
> I call:
> java.lang.Integer myInteger = new... etc.
> myPreparedStatement.setObject(i, myInteger);
> 

The README file that I have doesn't say what yours does.  The one I have
says that getObject() is implemented for all SQLServer datatypes, but
says nothing whatsoever about setObject() (which is indeed not
implemented).  Where did you get your copy of the README file?

-- 
Bob Kline
mailto:bkline at rksystems.com
http://www.rksystems.com




More information about the FreeTDS mailing list