freetds AT lists.ibiblio.org
Subject: FreeTDS Development Group
List archive
- From: "Greg Matthews" <gmatthews AT flex.com.au>
- To: freetds
- Subject: Re: getPrecision not implemented?
- Date: Mon, 22 Mar 1999 18:6:56
Modifying the ResultSetMetaData method, getPrecision
to the following makes the exception go away.
public int getPrecision(int column) throws SQLException
{
//throw new SQLException("Not implemented (getPrecision)");
return columnsInfo.getPrecision(column);
}
Craig, what are the current plans to
i) implement all the unimplemented methods?
ii) make the driver Java2 compatible?
Cheers,
Greg.
-
getPrecision not implemented?,
Greg Matthews, 03/21/1999
- <Possible follow-up(s)>
- Re: getPrecision not implemented?, Craig Spannring, 03/22/1999
- Re: getPrecision not implemented?, Malte Grunwald, 03/23/1999
- Re: getPrecision not implemented?, Tom, 03/26/1999
- Re: getPrecision not implemented?, Greg Matthews, 01/29/2024
Archive powered by MHonArc 2.6.24.