473,385 Members | 1,582 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

SQL API's in Java? sqlugtpi and sqlugrpn in DPF environment, DB2 ESE V9

HI group
Am wondering if any DPF users use these two (2) api's to obtain the
target partition number, and so bypass the inter-pertition transfer of
data from co-ordinator partition to target partition, aka "LOCAL
BYPASS".
My question is "is there information on the use of database manager API
calls in applications written in the JAVA language", as opoposed to C ,
C++ , COBOL , FORTRAN , REXX as per the Administrative API Reference
Manual, Pub. SC10-4231-00
I realize one could write some wrapper around a C language call, but I
have been asked by people wanting to avoid this step, if possible.
Thanks
GP

Dec 13 '06 #1
4 2326
Ian
wombat53 wrote:
HI group
Am wondering if any DPF users use these two (2) api's to obtain the
target partition number, and so bypass the inter-pertition transfer of
data from co-ordinator partition to target partition, aka "LOCAL
BYPASS".
My question is "is there information on the use of database manager API
calls in applications written in the JAVA language", as opoposed to C ,
C++ , COBOL , FORTRAN , REXX as per the Administrative API Reference
Manual, Pub. SC10-4231-00
I realize one could write some wrapper around a C language call, but I
have been asked by people wanting to avoid this step, if possible.
Thanks
You might want to check out:

http://www-128.ibm.com/developerwork...m-0510coleman/

Dec 14 '06 #2
Ian - (sadly) , my client does not use WAS, although we do have a Java
OLTP application, using the Type Driver. So I am still left with the
same question.
Thanks
wombat
Ian wrote:
wombat53 wrote:
HI group
Am wondering if any DPF users use these two (2) api's to obtain the
target partition number, and so bypass the inter-pertition transfer of
data from co-ordinator partition to target partition, aka "LOCAL
BYPASS".
My question is "is there information on the use of database manager API
calls in applications written in the JAVA language", as opoposed to C ,
C++ , COBOL , FORTRAN , REXX as per the Administrative API Reference
Manual, Pub. SC10-4231-00
I realize one could write some wrapper around a C language call, but I
have been asked by people wanting to avoid this step, if possible.
Thanks

You might want to check out:

http://www-128.ibm.com/developerwork...m-0510coleman/
Dec 14 '06 #3
Ian
wombat53 wrote:
Ian - (sadly) , my client does not use WAS, although we do have a Java
OLTP application, using the Type Driver. So I am still left with the
same question.
Well, that article references the 'useTransactionRedirect' property that
is part of the Type 4 JCC driver -- it isn't specific to WAS. I asked
the author of that article this question when the article was published,
and he confirmed that this should work for any JDBC app using the JCC
driver.

SACR definitely has some limitations (and you really need to know what
you're doing when it comes to physical database design), but it can be
pretty powerful.
Dec 14 '06 #4
Ian - many thanks. Let me pursue that course...withing the JCC driver
itself.
wombat53

On Dec 14, 9:15 am, Ian <ianb...@mobileaudio.comwrote:
wombat53wrote:
Ian - (sadly) , my client does not use WAS, although we do have a Java
OLTP application, using the Type Driver. So I am still left with the
same question.Well, that article references the 'useTransactionRedirect' property that
is part of the Type 4 JCC driver -- it isn't specific to WAS. I asked
the author of that article this question when the article was published,
and he confirmed that this should work for any JDBC app using the JCC
driver.

SACR definitely has some limitations (and you really need to know what
you're doing when it comes to physical database design), but it can be
pretty powerful.
Dec 15 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

24
by: dotnetforfood | last post by:
Joel Spolsky's new article "How Microsoft Lost the API War" at http://www.joelonsoftware.com/articles/APIWar.html describes how .NET has failed, how classic VB6 and ASP continue to be preferred by...
7
by: Boon | last post by:
Hi, In java, they have a full set of API specifications available for development. Is there such an API for C# for referencing.For example, I would like to know what are the Propertys of a Panel...
3
by: Sam | last post by:
I m trying to port a a Java app to C# and have two questions. i) In Java there is a java.util.Logging package that can be used to log at different levels. Is there an equivalent in C# ? 2)...
4
by: Bengan | last post by:
Hi! Anyone that can suggest a good javascript api on the net? With all objects and functions listed and explanation what they do and how to use them. Thanks in advance. /Bengan
8
by: rupert | last post by:
It seems a need a paradime shift in understanding how C++ use libraries. Sun keeps is together under their API. And Javadoc enables a neat way of displaying functions of a local program to display...
113
by: dan | last post by:
For writing a Windows desktop application, how much harder is it to use the Windows C API than C#/.NET, assuming the coding is done in an editor? What specific aspects were more difficult? I'm...
4
by: Birbo | last post by:
Hello, I have an applet named API and the code that calls it, in a JSP, is : <applet code="API" archive="lms.jar" height="0" width="0" >If you see this message, your browser cannot run Applet...
27
by: Generic Usenet Account | last post by:
Apologies if someone finds this OT I am looking for an open-source C++ implementation of Java API ---- something that does not require a Java run-time environment. So far the only thing that I...
7
by: skip | last post by:
This question was posed to me today. Given a C/C++ program we can clearly embed a Python interpreter in it. Is it possible to fire up multiple interpreters in multiple threads? For example: ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.