Unknown properties specified:selectMethod
Tue, 7 Mar 2006 05:11:30 -0800
Hi,
I use sqljdbc_1.0.809.102 connecting to MSSQL 2000
Here is the connection string:
jdbc:sqlserver://HOST:1600;selectMethod=cursor;databaseName=DB_NAME
Here is the exception:
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Failed
Logon:com.microsoft.sqlserver.jdbc.SQLServerException: Unk ...
|
Connection Pooling / Caching in java
Tue, 7 Mar 2006 00:49:28 -0800
Hi, I'm trying to setup a connection pool for a java application. There is no
application server such as tomcat, jboss etc... I would like to know how to
achieve the creation of a datasource and caching of the connections using the
sql server jdbc driver within java directly. Thanks. ...
|
JDBC connection for SQL Server 7.0
Tue, 7 Mar 2006 00:28:14 -0800
Hi
I am new to sql server. Currently i need to write a code to connect to SQL
Server 7.0 and call a stored procedure in the database through JDBC.
I have got this code which is for connecting to SQL Server 2000. But i dont
think the same can be used for SQL Server 7.0?
------------------------------------ ...
|
We Pay 50%--100% Returns Monthly For 1 yearr on investment. You need to know this!
Mon, 6 Mar 2006 21:53:08 -0500
...
|
only test- solo test
Sun, 5 Mar 2006 12:42:31 +0100
...
|
getting Multiple resultsets in java using stored procedure in MS SQL Server 2000
3 Mar 2006 04:51:53 -0800
I have a stored procedure with multiple (two) queries in MS-SQL 2000
Server,
I'm trying to get the resultset in java
like
cStmt = conn.prepareCall("{ call spXXX (?)}");
cStmt.setString(1, val);
boolean result = cStmt.execute();
System.out.println("result:" + result);
if(result)
{
...
|
XA installation instructions
Thu, 2 Mar 2006 08:08:27 -0800
I have followed the installation instructions provided with the released SQL
2005 JDBC driver but adding a user to the SqlJDBCXAUser role doesn't work as
advertised with the released version of SQL 2005 or I don't understand how it
should work. The install script defines the role on the master database but ...
|
|
|
Connect to user instance via JDBC?
Wed, 1 Mar 2006 22:00:27 -0800
Is it possible to connect to a user instance of a SQL Server 2005 Express
database via the JDBC driver? ...
|
EARN $3,000.00 A DAY. OPEN AN INCOME-DAILY ACCOUNT WITH US
Wed, 1 Mar 2006 02:15:35 -0500
YOU COULD BE EARNING OVER $3K A DAY , $100K A
MONTH.INCOME. CHECK IT OUT. Investment is only $5. 99cents a month.
www.vosar.net http://www.vosar.net
Tel: 775-333-1125
Tel: 416-903-5685
...
|
Connection to SQL Server 2005 from Jboss 4.03
27 Feb 2006 17:57:24 -0800
Hello,
I am trying to setup a datasource in Jboss 4.03 with Sql server 2005
using the new Sql server 2005 jdbc driver.
I have the following parameters in the mssql_ds.xml file:
<connection-url>jdbc:sqlserver://localhost;databaseName=DIAMELLE;selectMethod=cursor</connection-url>
<driver-class>com.micro ...
|