using Admin API from within Java

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jagdip Singh

    using Admin API from within Java

    Hi all,
    I hope this kind of question might be raised earlier in this newsgroup.
    I want to design application where i need to call DB2 Admin API from within
    Java code
    Please suggest possibilities

    Regards,
    Jagdip


  • Knut Stolze

    #2
    Re: using Admin API from within Java

    Jagdip Singh <jxs1878@cs.rit .edu> wrote:
    [color=blue]
    > Hi all,
    > I hope this kind of question might be raised earlier in this newsgroup.
    > I want to design application where i need to call DB2 Admin API from
    > within Java code
    > Please suggest possibilities[/color]

    Use JNI and the C API or write a bunch of stored procedures in C that make
    the proper calls.

    --
    Knut Stolze
    Information Integration
    IBM Germany / University of Jena

    Comment

    Working...