I followed the examples in the iSeries Information Center and wrote a JDBC program to read from our AS/400 servers and populate an Oracle db...works great. It would be easy enough to do the reverse.
I followed the examples in the iSeries Information Center and wrote a JDBC program to read from our AS/400 servers and populate an Oracle db...works great. It would be easy enough to do the reverse.
Is there any way I can access Oracle Database from AS/400. Earlier I accessed AS/400 Programs via SQL Stored Procedure from Visual Basic. This way I was able to access as/400 Data from VB. Is there any way I can do the reverse. Iwant to access Oracle Database from AS/400. Thanks in advance. Arun. arun.gopinath@cognizant.com
Scott Klemmet has published examples of data access from a System i to a MySQL and SQL Server DB's. It is my understanding the concept is similar, only a JDBC driver to support the Oracle database would be required.