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



<Mike>
For years I have been using Scott's JDBCR4 package and it has worked great and still does.

However as we are putting more and more data to SQL Server for GIS, I'm finding that I might need some different approaches.

A couple of things that have popped up recently is a needing a join on a file that now resides in sql server and a db2 file.
I don't know if I can do this at all, but I don't believe I can do this with JDBCR4. Can I accomplish this with APPSERVER4RPG? Linked Server?

Also, I'm see the possible need to somehow kick off a job on the IBM I from Sql Server. Can I do this based on a trigger with a linked Server?

Any other suggestions?

Thanks

Mike
</Mike>

Ardgate is using normal DB2 connect to other systems. DB2 can't join tables from diffrent servers and so ArdGate can't. JDBC can't join tables from diffrent servers and so JDBCE4 can't.
Linked Server has this capabilities for access from the MS SQL Server, but this produces heavy workload, has some limtations and might be slow.
DB2 Federation Server costs lots of money, needs an additional server and might be slow too.

Kicking off a job via a database connect shouldn't be a problem. Easy solution would be to write a record (via linked server) to a table on as400. This table has a trigger doing whatever needed.

For the join I would think about replicating one of the tables with a local trigger to the remote database to have the data to join all in one database. This should be possible in both directions.

The interesting diffrence between Ardgate and JDBCR4 is: ArdGate has one prestarted JVM for all Jobs. It does its work in a multithreaded environment and scales much better.

D*B

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.