× 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.


  • Subject: RE: How to access a file from QTEMP.
  • From: Adolfo López Escribano <escriban@xxxxxxxxxxxx>
  • Date: Tue, 14 Mar 2000 12:39:46 +0100

Title: RE: How to access a file from QTEMP.
The solution can be using only one via to call server programs and I think that the best is using only JDBC. You can encapsulate the non stored procedures RPG programs into CLLEs programs and then register its as sql procedures (CREATE PROCEDURE proc(...) LANGUAGE CL ... ).
 
 
----- Mensaje original -----
Enviado: martes 14 de marzo de 2000 10:33
Asunto: RE: How to access a file from QTEMP.

Thanks for the reply..
But How can I use a connection that is used for ProgramCall class to use CallableStatement.
Because CallableStatement needs a JDBC connection and ProgramCall uses AS400(class) connection.

Thanks and Regards,
Guru

    -----Original Message-----
    From:   DUCRET Gilles (GVA) [SMTP:Gilles.DUCRET@lloydsbank.ch]
    Sent:   Tuesday, March 14, 2000 1:29 PM
    To:     'JAVA400-L@midrange.com'
    Subject:        RE: How to access a file from QTEMP.

    We read QTEMP file by reusing the same connexion as the program that wrote
    data to QTEMP
     
     
    -----Original Message-----
    From: AnanthaRamaiah, Gururaja (CTS) [mailto:AGururaj@chn.cts-corp.com]
    Sent: mardi, 14. mars 2000 06:13
    To: java400-l@midrange.com
    Subject: How to access a file from QTEMP.

    Hi,
    I have a coded a java servlet that calls an AS/400 SQLRPGLE program.
    The rpg program creates a file in QTEMP library and populates it.
    I have written a stored procedure that reads data from this file.

    I am calling the RPG using ProgramCall class.
    Since CallableStatement is a separate connection, my QTEMP file is not visible to it.

    Is there a way to solve the above problem.
    We have to use QTEMP as it's a temporary file and we don't want to write separate house keeping routine to clean it after each connection.

    Thanks in advance
    Guru




    **********************************************************************
    This E-mail and any files transmitted with it are confidential
    and intended for the exclusive use of the addressee(s) only.
    You should not disclose its contents to any other person.
    If you are not the intended recipient please notify the sender
    immediately.
    **********************************************************************


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.