Call AS400 iSeries Program

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a database that utilizes linked tables to files on the iSeries
through ODBC. The files on the iSeries are created by AS400 Query. I would
like to call the query, on the iSeries, from the Access database. Any
suggestions?
Thanks,
David
 
Signman said:
I have created a database that utilizes linked tables to files on the
iSeries through ODBC. The files on the iSeries are created by AS400
Query. I would like to call the query, on the iSeries, from the
Access database. Any suggestions?
Thanks,
David

If you mean that a Query400 query needs to be executed and it puts its
output into your tables so you can view them via the link then there is no
easy wasy to do that. You cannot execute an AS400 command via ODBC.

If you had a stored procedure on the AS400 that would then call the command
then you could use a passthrough query to execute the Stored Procedure.
 
Hi all,

I want to call a CL or RPG program from Visual Basic 6.0. Can someone tell
where to find a good example.

Thanks,

MN
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top