I have a web application that uses iDB2 to connection the the AS400 (iSeries). The connection works fine except that the library list isn't working.
We have the following:
<add name="AS400" connectionString="DataSour
ce=AS400; userid=TEST; password=TEST123; default collection=LIB1, LIB2; librarylist=LIB1, LIB2"/>
Only files in LIB1 are being found. When we try to use a file in LIB2 it says file not found. If we qualify the name in the SQL statement (LIB2.File1) then it works.
How do we use library lists?
Start Free Trial