Re: setAsciiStream not implemented in sql 2005 jdbc (beta 2)?
- From: "Shelby Goerlitz [MSFT]" <shelbyg@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 5 Dec 2005 18:48:26 -0800
Eric:
The beta 2 driver didn't fully implement AsciiStreams-- however, these will
be implmeneted in the release version in January.
-shelby
Shelby Goerlitz
Microsoft, SQL Server Data Programmability
"eric dong" <edong@xxxxxxxxxxxxxx> wrote in message
news:1133794659.957958.10520@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I got error "R_notSupported" from PreparedStatement.setAsciiStream(int,
> InputStream, int) method when I'm using SQL Server 2005 JDBC driver
> (beta 2). The same code works fine with SQL 2000 driver.
>
> Does it mean PreparedStatement.setAsciiStream hasn't been implemented
> in SQL Server 2005 JDBC driver (beta 2) yet, or SQL Server 2005 JDBC
> driver will not support PreparedStatement.setAsciiStream? The following
> is the call stack:
>
> SQLServerException.getErrString(String) line: not available
> SQLServerPreparedStatement(SQLServerStatement).NotImplemented() line:
> not available [local variables unavailable]
> SQLServerPreparedStatement.setAsciiStream(int, InputStream, int) line:
> not available
>
> Thanks.
>
.
- References:
- setAsciiStream not implemented in sql 2005 jdbc (beta 2)?
- From: eric dong
- setAsciiStream not implemented in sql 2005 jdbc (beta 2)?
- Prev by Date: Re: Null pointer exception with Windows authentication
- Next by Date: Re: "Data type unknow" when using SQL 2000 jdbc driver to access SQL 2
- Previous by thread: setAsciiStream not implemented in sql 2005 jdbc (beta 2)?
- Next by thread: Re: "Data type unknow" when using SQL 2000 jdbc driver to access SQL 2
- Index(es):
Relevant Pages
|