China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 08:41:38 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 08:41:33 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
How to use server side cursors?
Thu, 16 Mar 2006 18:45:27 -0800
With SQL Server 2000 and the previous jdbc driver, we used the
SelectMethod=cursor on the jdbc url and everything worked fine. We upgraded
to SQL Server 2005 and the new jdbc driver (sqljdbc.jar) and have run into
problems where using the SelectMethod=cursor causes batch updates to fail
with the following: ...
|
Issue with JDBC driver for sql server 2005
Thu, 16 Mar 2006 09:07:28 -0800
All,
I am using jdbc driver for sql server 2005 on weblogic/websphere, following
is the configuration I am using.
driver class : com.microsoft.sqlserver.jdbc.SQLServerXADataSource
data source helper class name in WSAD/RAD :
com.ibm.websphere.rsadapter.ConnectJDBCDataStoreHelper
Data source properties ...
|
TCP/IP Connection - Can only connect to the 'Dynamic Port'
Tue, 14 Mar 2006 10:55:27 -0800
Hello,
I have TCP/IP enabled as a supported SQLExpress protocol.
There are three Active, Enabled IP addresses defined, and they are:
IP1: The DHCP assigned address on port 1433
IP2: The 'Default' localhost address (127.0.0.1) port 1432 (changed to this
by me)
IPALL (the dynamic port) currently assigned as ...
|
Client "Host not found"
14 Mar 2006 09:15:24 -0800
I am trying to use JDBC to access data on an MS SQL Server from an IBM
iSeries server (aka AS/400). I compiled and ran a sample Java
application from the iSeries, and received the following error:
SQL STATE: 08S01
ERROR CODE: 0
MESSAGE: host.domain: Host host.domain not found
The host.domain returned is ...
|
Is there any way to force JDBC connection to use English?
Mon, 13 Mar 2006 11:25:21 -0800
I am using the MS SQL2005 JDBC driver, v1.0 (released)
The prior driver I used had a way of forcing all JDBC connections to use
English. Is there any way to do that for the MS 2005 SQL JDBC driver? I
need to force the date/time format, error messages, etc. to always come up in
English (and US Locale) for ...
|
|
|
How to change to using direct vs. cursor for queries within connec
Mon, 13 Mar 2006 11:07:27 -0800
I am using the release version of SQL 2005 JDBC driver.
The JDBC driver help says that there is a connection property called
selectMethod, which sets whether result sets are directly read into memory or
a cursor is used. The direct method is definitely faster for me, but it will
not work with results sets ...
|
BECOME A DOT.COM MILLIONAIRE WITH ONLY $5.99Cents or $1K.
Thu, 9 Mar 2006 22:20:04 -0500
BECOME A DOT.COM MILLIONAIRE
Invest $1,000. Get back up to
$3,000 a day ,$100,000 monthly. for 1 year. Silent Partners. Do no
work.
www.vosar.net http://www.vosar.net
416-903-5685
775-333-1125
invest@vosar.net mailto:invest@vosar.net ...
|
java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
9 Mar 2006 15:20:19 -0800
I have installed the MS SQL 2000 JDBC driver from microsoft's website.
My path settings are:
C:\Program Files\Microsoft SQL Server 2000 Driver for
JDBC\lib\msbase.jar;C:\Program Files\Microsoft SQL Server 2000 Driver
for JDBC\lib\msutil.jar;C:\Program Files\Microsoft SQL Server 2000
Driver for JDBC\lib\mssqls ...
|