Results 1 to 4 of 4

Thread: Converting conection to AS400 DB2

  1. #1
    Join Date
    Nov 2007
    Posts
    2

    Question Converting conection to AS400 DB2

    I have compelted the spring turorial and I want to convert it to connect to a DB2 database on an AS400. Anybody have any suggestions? The tutorial is at http://www.springframework.org/docs/...tep/index.html.

    I am going to use this basic template to create an application that will connect to an AS400 and a DB2 database.

    Thanks!

  2. #2
    Join Date
    Nov 2005
    Location
    Reutlingen, Germany
    Posts
    2,098

    Default

    The question is if you want to go with an ORM tool like Hibernate or stick to JDBC/SQL at the moment?

    Joerg
    This post can contain insufficient information.

  3. #3
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    The first step would be to use the DB2 driver and the correct URL. Shouldn't need to change much more.
    Barracuda Networks SSL VPN Lead Developer
    http://pramatr.wordpress.com
    http://twitter.com/karldmoore
    http://www.linkedin.com/in/karldmoore
    Any postings are my own opinion, and should not be attributed to my employer or clients.

  4. #4
    Join Date
    Nov 2007
    Posts
    2

    Default Thanks!

    Thanks for the quick replies. I will be using JDBC to hit the databse. I have the drivers using the AS400 Toolbox JT400.jar. I will try the changes suggested and see if I can get it to work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •