Getting zero terminated string through (both jTDS & MS) jdbc driver
Mon, 28 Apr 2008 13:06:40 -0700 (PDT)
Hi,
I am having a curious problem that I verified now with both the
MS JDBC Driver 1.2 and jTDS (both show same strange behaviour).
The Strangeness is that it looks like I am receiving 0 terminated
strings through the jTDS/MS JDBC driver, except the driver
does not realize this. This means, a variable lengt ...
|
Does 2000 driver implement XADataSource?
Mon, 21 Apr 2008 13:11:01 -0700
Hi, just wonder if 2000 jdbc driver sp 3 supports XA? I'm using Sun
Application server 8. When I was configuring my connection pool, I select
com.microsoft.jdbcx.sqlserver.SQLServerDataSource as the datasource
classname. When I select resource type as javax.sql.DataSource, transaction
did not rollback usi ...
|
JDBC Driver for Sql Server Mobile edition
Wed, 16 Apr 2008 07:34:01 -0700
Hi,
I wanted to know if Microsoft has develped any JDBC Driver to use with the
sql server mobile edition. I have to make a java aplication, using sql server
to be run in a pocketpc with Windows Mobile 5.0.
How can I do?
Thanks ...
|
SQLServerException: The server failed to resume the transaction. D
Sun, 6 Apr 2008 23:22:01 -0700
Hi All,
I have a block of code that does the following:
1. Call Stored Procedure A which internally:
a. Opens a transaction
b. Does work
c. Closes the transaction
2. Calls Stored Procedure B
When it runs it gives the following error:
SQLServerException: The server failed to resume the tra ...
|
Does JDBC require Java?
Wed, 2 Apr 2008 17:29:51 -0400
Gurus,
Does JDBC require Java?
--
Spin
...
|
Cannot connect to my SQL 2005 server using JDBC - can any diagnostic tool tell me what the problem is?
Tue, 25 Mar 2008 22:38:47 -0400
Gurus,
Running SQL Server 2005 SP2 and using named instances. I have an
application which uses JDBC to connect to my SQL server. Connectivity using
ODBC works just fine as I can test it successfully using a UDL file.
However, this application fails to connect to my server every time and I am
not sure wh ...
|
SQL Driver License
Sun, 23 Mar 2008 10:16:01 -0700
Dear All
Do we need to purchase licenses from MS for JDBC driver or is it a part of
MS SQL Server License?
If we need to purchase licenses, could some one share the details like web
rsources etc.,
Thanks
Sudhakr
...
|
|
|
SQL Server JDBC with SQL Server cluster
Tue, 11 Mar 2008 21:30:00 -0700
Hi
Does anyone know if there are problems or difficulties when accessing a SQL
Server with cluster, using JDBC?
In fact, I didn't have any problems yet, but we are preparing an environment
where such a connection will be needed.
Thanks!
...
|
How to configure a .cfg file for sqljdbc.jar
Sun, 9 Mar 2008 09:15:27 -0700 (PDT)
Hello,
I have an application that normally works with sybase, but it can
work with SQL Server. If I want to use SQL Server as DBMS I have to
configure a .cfg file, but I don't know how to say to my program that
it has to use the correct driver.
The standard .cfg file is:
ls.mappingclass=com.idsscheer.ari ...
|
Autocommit, Implicit Transactions, and Connection Pools
Thu, 6 Mar 2008 11:18:02 -0800
Our ISV application can manage its own connection pool, using a modified
version of the Apache Commons DBCP. Customers would like the option of using
the WebSphere or WebLogic provided DataSource ConnectionPools.
When we manage our the connection pool ourselves, we set three properties on
the connection wh ...
|