Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #9469

Re: looking for a simple JAVA code to attach to SQL via ODBC

Date 2011-11-03 16:59 -0400
From Arne Vajhøj <arne@vajhoej.dk>
Newsgroups comp.lang.java.programmer
Subject Re: looking for a simple JAVA code to attach to SQL via ODBC
References <88b3745a-8824-4863-b97e-f793b571b966@m19g2000yqh.googlegroups.com>
Message-ID <4eb300ce$0$289$14726298@news.sunsite.dk> (permalink)
Organization SunSITE.dk - Supporting Open source

Show all headers | View raw


On 11/3/2011 4:04 PM, eAddict wrote:
> First, a bit of background.  I am trying to get UDConnect (a SAP
> product) to work.  This requires a JAVA connection from the HP-UX
> system to a MS SQL server using an ODBC driver.
>
> I looked at the MS knowledge base (http://support.microsoft.com/kb/
> 313100) to see some sample code.  Well, this sample is good if going
> from a MS system to another MS system.
>
> Problem is I don't know/code Java.  I would like to have a simple java
> program on my HP-UX system that tests the ODBC connection the same way
> the MS example does.

<copy src="c.l.j.d">
You should be able to use the same Java program as that example.

Just note that if you get a newer JDBC driver then the connection
URL is slightly different.
</copy>

Arne

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

looking for a simple JAVA code to attach to SQL via ODBC eAddict <eaddict@gmail.com> - 2011-11-03 13:04 -0700
  Re: looking for a simple JAVA code to attach to SQL via ODBC Lew <lewbloch@gmail.com> - 2011-11-03 13:54 -0700
    Re: looking for a simple JAVA code to attach to SQL via ODBC Arne Vajhøj <arne@vajhoej.dk> - 2011-11-03 17:01 -0400
      Re: looking for a simple JAVA code to attach to SQL via ODBC Lew <lewbloch@gmail.com> - 2011-11-03 18:06 -0700
        Re: looking for a simple JAVA code to attach to SQL via ODBC Arne Vajhøj <arne@vajhoej.dk> - 2011-11-03 22:28 -0400
    Re: looking for a simple JAVA code to attach to SQL via ODBC Roedy Green <see_website@mindprod.com.invalid> - 2011-11-04 15:53 -0700
  Re: looking for a simple JAVA code to attach to SQL via ODBC Arne Vajhøj <arne@vajhoej.dk> - 2011-11-03 16:59 -0400
  Re: looking for a simple JAVA code to attach to SQL via ODBC Roedy Green <see_website@mindprod.com.invalid> - 2011-11-03 22:07 -0700
    Re: looking for a simple JAVA code to attach to SQL via ODBC Arne Vajhøj <arne@vajhoej.dk> - 2011-11-04 21:45 -0400

csiph-web