Codepage 850 and MS SQL 2005 JDBC 1.1 Driver
Thu, 8 Mar 2007 16:08:18 -0800
This apparently is not supported in 1.1 (using JDK 1.4):
(com.microsoft.sqlserver.jdbc.SQLServerException)
com.microsoft.sqlserver.jdbc.SQLServerException: Codepage 850 is not
supported by the Java environment.
Our datatbase is required to use this collation, so we can't change it.
Any ideas/workaroun ...
|
i will find drivers for you
Wed, 7 Mar 2007 15:03:20 +0000
i will find drivers for you at mdrepairs
...
|
integratedSecurity and SQL Server 200
6 Mar 2007 22:41:21 -0800
I'm trying to connect to SQL Server 2000 using the SQL Server 2005 1.1
JDBC drivers using integratedSecurity=true. However whenever I try
to connect I'm thrown the following exception;
com.microsoft.sqlserver.jdbc.SQLServerException: An exception
occurred during the DBComms.receive method. Operation:Conne ...
|
Metadata getUDTs() with Microsoft SQL Server 2000 Driver for JDBC
Sun, 4 Mar 2007 08:18:37 -0500
Does anyone know if the Microsoft SQL Server 2000 Driver for JDBC supports
getUDTs? I've tried every syntax variation I can think of but it always
returns an empty resultset.
TIA
Janet
...
|
Hitting RPC request number of parameters limit
Thu, 1 Mar 2007 17:00:05 -0800
We are bumping up against the paramter limit in an RPC request coming through
the latest version of the MS JDBC driver (to MS SQL Server SP1). Here's the
stack trace
com.microsoft.sqlserver.jdbc.SQLServerException: The incoming tabular data
stream (TDS) remote procedure call (RPC) protocol stream is incor ...
|
Calling SQLServerDatabaseMetaData methods
28 Feb 2007 08:10:51 -0800
Has anyone had success with calling SQLServerDatabaseMetaData methods
(e.g. getDriverVersion, getDriverName, etc.). My attempts failed so
I'm using the DatabaseMetaData methods instead. But if anyone is
willing to share a working example using SQLServerDatabaseMetaData,
I'd love to see it...
Regards,
Tho ...
|
Retrieve stored procedures parameters with metadata with MSSQL05
Thu, 22 Feb 2007 00:33:13 -0800
Hi,
i have wrote a java class that retrieving stored procedure parameters
metadata, with MSSQL 2000 i can retrieve the @RETURN_VALUE parameter and
handle it well to get the value returned by the procedure, but if i try the
same code on MSSQL 2005 the parameter @RETURN_VALUE is missing and i cant
handle i ...
|
|
|
DST & StaleConnections from WebSphere 5
Tue, 20 Feb 2007 08:57:05 -0800
We are running a J2EE 1.3 application in WebSphere5 on an AIX 5.2. The
application connects to 13 MSSQL 2000 databases running on a MS 2003 Server
that have had all critical patches applied. The JDBC driver version is
2.2.0029. Shortly after the DST patch was applied to the AIX OS our
application started ...
|
Exception - Login failed for user '(null)' in Tomcat process
Tue, 20 Feb 2007 03:57:03 -0800
Hi,
I get the exception below when trying to perform a trusted connection to
SQLServer within Tomcat. Tomcat is setup as a service and the exception still
occurs whether the service is running as LocalSystem account or as a domain
user. The sqljdbc_auth.dll is in <TOMCAT>\shared\lib and system32 but makes ...
|
Setting Up Training Domain
15 Jun 2006 09:40:24 -0700
I am trying to set up a training domain for a software product.
I have clientel that come into our office from various locations to get
trained up on the software that they have just purchased.
I am wanting to be able to have a connection string that the trainees
can come in and connect to the training serve ...
|