× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Kelly,

I dont think you can access stored procedures using record level access,
you'll need to use SQL via JDBC to call the stored procedures and functions.

You'll also need the SQL development kit on your development box

cheers
Colin.W

----- Original Message -----
From: "Kelly Cookson" <KCookson@xxxxxxxxxxxx>
To: "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx>
Sent: Monday, January 12, 2004 10:02 PM
Subject: RE: RPG & Java


> The servlets on which I'm creating the Javabeans use Toolbox for Java
Access
> classes for record-level access to DB2 files.
> Thanks,
> Kelly
>
> -----Original Message-----
> From: Colin Williams [mailto:colin.williams@xxxxxxxxxxxx]
> Sent: Monday, January 12, 2004 4:00 PM
> To: RPG programming on the AS400 / iSeries
> Subject: Re: RPG & Java
>
>
> Kelly,
>
> what are you using to do your web stuff. If its Java you can use JDBC.
>
> Depends on what your using to access the database
>
> cheers
> Colin.W
>
> ----- Original Message -----
> From: "Kelly Cookson" <KCookson@xxxxxxxxxxxx>
> To: "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx>
> Sent: Monday, January 12, 2004 8:52 PM
> Subject: RE: RPG & Java
>
>
> > Do you know where I can read more about making a DB2/400 stored
procedure
> > accessible from a Web interface using SQL? That sounds interesting.
> >
> > Thanks,
> > Kelly
> >
> > -----Original Message-----
> > From: Colin Williams [mailto:colin.williams@xxxxxxxxxxxx]
> > Sent: Monday, January 12, 2004 2:42 PM
> > To: RPG programming on the AS400 / iSeries
> > Subject: Re: RPG & Java
> >
> >
> > Kelly,
> >
> > DB2/400 stored procedures and functions would be easily accessible via
SQL
> > from PC Web interfaces and PC GUI interfaces
> >
> > cheers
> > Colin.W
> >
> > ----- Original Message -----
> > From: "Kelly Cookson" <KCookson@xxxxxxxxxxxx>
> > To: "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx>
> > Sent: Monday, January 12, 2004 8:28 PM
> > Subject: RE: RPG & Java
> >
> >
> > > Thanks for the suggestion. I'm wanting to create a set of Javabeans
that
> I
> > > can reuse with Web interfaces, PC GUI interfaces, and iSeries RPG
> > > applications. However, other situations might arise where I might
> consider
> > > what you suggest.
> > >
> > > Thanks,
> > > Kelly
> > >
> > > -----Original Message-----
> > > From: Colin Williams [mailto:colin.williams@xxxxxxxxxxxx]
> > > Sent: Monday, January 12, 2004 2:20 PM
> > > To: RPG programming on the AS400 / iSeries
> > > Subject: Re: RPG & Java
> > >
> > >
> > > Kelly,
> > >
> > > the other options you have is to implement that business logic in RPG,
> and
> > > make it available via calls in SQL functions and stored procedures,
> either
> > > directly or indirectly
> > >
> > > cheers
> > > Colin.W
> > > ----- Original Message -----
> > > From: "Kelly Cookson" <KCookson@xxxxxxxxxxxx>
> > > To: <rpg400-l@xxxxxxxxxxxx>
> > > Sent: Monday, January 12, 2004 2:20 PM
> > > Subject: RPG & Java
> > >
> > >
> > > > I have some servlets that I want to turn into beans and run on the
> > > iSeries.
> > > > However, since Java is not a standard language in our shop, I need
to
> > make
> > > > the beans available through RPG programs.  One strategy is to code
RPG
> > > > programs that call and pass parms to Java programs. The Java
programs
> > > would
> > > > instantiate and use the beans. Another strategy would be to use
> Java-RPG
> > > > interoperability and code RPG programs that use the beans' methods
> > > directly.
> > > > Which strategy would people recommend and why?
> > > >
> > > > Thanks,
> > > > Kelly
> > > > _______________________________________________
> > > > This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing
> > list
> > > > To post a message email: RPG400-L@xxxxxxxxxxxx
> > > > To subscribe, unsubscribe, or change list options,
> > > > visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> > > > or email: RPG400-L-request@xxxxxxxxxxxx
> > > > Before posting, please take a moment to review the archives
> > > > at http://archive.midrange.com/rpg400-l.
> > > >
> > > >
> > >
> > >
> > > _______________________________________________
> > > This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
> list
> > > To post a message email: RPG400-L@xxxxxxxxxxxx
> > > To subscribe, unsubscribe, or change list options,
> > > visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> > > or email: RPG400-L-request@xxxxxxxxxxxx
> > > Before posting, please take a moment to review the archives
> > > at http://archive.midrange.com/rpg400-l.
> > > _______________________________________________
> > > This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
> list
> > > To post a message email: RPG400-L@xxxxxxxxxxxx
> > > To subscribe, unsubscribe, or change list options,
> > > visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> > > or email: RPG400-L-request@xxxxxxxxxxxx
> > > Before posting, please take a moment to review the archives
> > > at http://archive.midrange.com/rpg400-l.
> > >
> > >
> >
> >
> > _______________________________________________
> > This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
> > To post a message email: RPG400-L@xxxxxxxxxxxx
> > To subscribe, unsubscribe, or change list options,
> > visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> > or email: RPG400-L-request@xxxxxxxxxxxx
> > Before posting, please take a moment to review the archives
> > at http://archive.midrange.com/rpg400-l.
> > _______________________________________________
> > This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
> > To post a message email: RPG400-L@xxxxxxxxxxxx
> > To subscribe, unsubscribe, or change list options,
> > visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> > or email: RPG400-L-request@xxxxxxxxxxxx
> > Before posting, please take a moment to review the archives
> > at http://archive.midrange.com/rpg400-l.
> >
> >
>
>
> _______________________________________________
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
> _______________________________________________
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
>
>



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.