Sorry for the confusion.
Currently, I access the AS400 directly using IBM's ODBC Adapter and .NET35 ADO.NET.
This doesn't work because DB2 on the AS400 has a very high per-query overhead.
I'm looking for a solution so that I keep a local copy of the 60 tables, perform quick queries on the local copies for my customer, and constantly update it throughout the day from the AS400. The problem is that my documentation I have only shows how to import/export databases; it does not indicate how MS SQL can best draw from DB2.
I appreciate any help,
Ryan
Main Topics
Browse All Topics





by: momi_sabagPosted on 2009-08-15 at 04:20:00ID: 25104910
as i understand, you alreay have a working solution which you are trying to improve it?