UDB « db2 « Java Database Q&A





2. Access to DB2 UDB thru JDBC    coderanch.com

To use the net driver, you need to have db2jstrt running on the host machine. The default port then would be 6789, although you can specify a different port. I've read somewhere that you'd need db2jstrt running on the client with the same port as well -- I doubt this is the case, but try it if you get stuck. Also, ...

3. DB2 UDB Admin API Wrappers    coderanch.com

4. JDBC to connec to DB2 UDB z/OS database    coderanch.com

Hello all: I've searched on this wonderful ranch far and wide and have found shadows and pieces of things that I am searching. I am hoping that the cattle that rustle up the dust will settle down for a while to let the dust clear so that I may find a definitive answer. Environment: Client: Win XP-Pro, JAVA application, compiled using ...

6. Anyone with example of DB2 UDB UDF calling Java/C++ routine for Double Metaphone Keys    dbforums.com

Hi all, I am in need of examples of a UDF scalar function that can call a Java or C++ routine to return the DoubleMetaphone keys for a name/word search or something like that. I have never written a UDF let alone one that call another routine so please provide as much as possible detail explanation of what the code is ...