Re: JDBC-ODBC Bridge and TSM ODBC driver

2002-05-11 Thread Andrew Raibeck
(change eye to i to reply) The only dumb question is the one that goes unasked. The command line is your friend. "Good enough" is the enemy of excellence. Date:Fri, 10 May 2002 13:33:20 -0700 From:Gerald Wichmann <[EMAIL PROTECTED]> Subject: Re: JDBC-ODBC Bridge and TSM ODB

Re: JDBC-ODBC Bridge and TSM ODBC driver

2002-05-10 Thread Gerald Wichmann
PROTECTED]] Sent: Friday, May 10, 2002 12:40 PM To: [EMAIL PROTECTED] Subject: Re: JDBC-ODBC Bridge and TSM ODBC driver You need to use the JDBC <--> ODBC bridge. There is no JDBC driver for TSM, nor do we plan on implementing one at this time. Which version of the ODBC driver are you usin

Re: JDBC-ODBC Bridge and TSM ODBC driver

2002-05-10 Thread Andrew Raibeck
You need to use the JDBC <--> ODBC bridge. There is no JDBC driver for TSM, nor do we plan on implementing one at this time. Which version of the ODBC driver are you using? The only ones that I know of that work (to at least some minimal degree) are 5.1.0.1 and now 4.2.2.0. Any future versions sh

Re: JDBC-ODBC Bridge and TSM ODBC driver

2002-05-10 Thread Bill Boyer
44 AM To: [EMAIL PROTECTED] Subject: Re: JDBC-ODBC Bridge and TSM ODBC driver Hi Ppl, I'm getting somehwere, but the DB access through jdbc:odbc: -> Access databse -> TSMdatabase is incredibly slow. I have been told that it may help to use a native JDBC inteface; I don't think the

Re: JDBC-ODBC Bridge and TSM ODBC driver

2002-05-10 Thread Warren, Matthew James
Hi Ppl, I'm getting somehwere, but the DB access through jdbc:odbc: -> Access databse -> TSMdatabase is incredibly slow. I have been told that it may help to use a native JDBC inteface; I don't think there is one for JDBC & TSM, but maybe someone knows differently?

Re: JDBC-ODBC Bridge and TSM ODBC driver

2002-05-10 Thread Warren, Matthew James
al Message- From: Warren, Matthew James [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 11:19 AM To: [EMAIL PROTECTED] Subject: JDBC-ODBC Bridge and TSM ODBC driver He TSM'ers, Has anyone any success connecting to the TSM database using the JDBC-ODBC bridge and the TSM ODBC drivers?

JDBC-ODBC Bridge and TSM ODBC driver

2002-05-10 Thread Warren, Matthew James
He TSM'ers, Has anyone any success connecting to the TSM database using the JDBC-ODBC bridge and the TSM ODBC drivers? I have set bot system and user datasources using the TSM ODBC driver, and I am then attmepting to access this from Java using the JDBC-ODBC bridge. Currently I am using this cod