I'm building an Access 2003 based app that does some pass-through queries to the AS400. My machine had IBM Client Access install which (I assume) added some IBM ODBC drivers, which I used to make the connection.
Now trying to deploy the app, I find the end-user doesn't have these drivers. Is the simple solution to just install Client Access to get the drivers? Or can the parts be found and put in place. So far this hasn't worked: I've tried copying CWBODBC.DLL to its directory, and also put a copy of my ODBC.ini file.
When I go to ODBC Data Source Admin panel, (drivers) (Win XP), I do not see the expected "iSeries Access ODBC Driver" listed.
I realize Windows doesn't like such monkey-shines and likes proper installs, but hoping there is a way to do this piece-meal... or is the CA install the only solution?
=Alan R.
1) buy a middle tier product such as IBM DB2 Connect that does the connectivity job
2) use jdbc instead of odbc. the universal jdbc client can connect to as400 and it's free (i think)